steamid_core

Crates.iosteamid_core
lib.rssteamid_core
version0.1.0
created_at2025-12-04 01:33:47.312545+00
updated_at2025-12-04 01:33:47.312545+00
descriptionA Rust library for working with Steam IDs in no-std environments.
homepage
repositoryhttps://github.com/cainthebest/steamid_core
max_upload_size
id1965638
size42,384
Cain (cainthebest)

documentation

README

steamid_core

A Rust library for working with Steam IDs in no-std environments.

Features

  • No standard library dependency (#![no_std] compatible)
  • Support for SteamID types: SteamID64, SteamID2, SteamID3
  • Conversion between different SteamID formats

Why another SteamID library?

Many existing SteamID libraries depend on the standard library, I needed a lightweight solution for embedded, so I created this one.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Commit count: 0

cargo fmt