https://github.com/iddm/steamidfx
A minimalistic library for steam id parsing and conversion.
https://github.com/iddm/steamidfx
id steam steamid steamid-converter steamid-parser steamid64
Last synced: 3 months ago
JSON representation
A minimalistic library for steam id parsing and conversion.
- Host: GitHub
- URL: https://github.com/iddm/steamidfx
- Owner: iddm
- License: mit
- Created: 2021-04-27T12:40:06.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-05T17:51:15.000Z (over 1 year ago)
- Last Synced: 2025-03-04T06:04:45.930Z (3 months ago)
- Topics: id, steam, steamid, steamid-converter, steamid-parser, steamid64
- Language: Rust
- Homepage:
- Size: 56.6 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# steamidfx
[](https://crates.io/crates/steamidfx)
[](https://github.com/iddm/steamidfx/actions/workflows/ci.yml)
[](https://docs.rs/steamidfx)
[](./LICENSE)A simple crate to parse and work with steam id.
The implementation 99% follows the specification as far as it is possible.
Also provides a way to construct requests and parse responses from such services as:
- [`steamid.co`](https://steamid.co)
## Rust version
The minimal rust version the library supports is `1.42`.
Previous versions might still work but not guaranteed to work correctly.## License
This project is [licensed under the MIT license](https://github.com/iddm/steamidfx/blob/master/LICENSE).