Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-05T17:51:15.000Z (about 1 year ago)
- Last Synced: 2024-10-31T05:21:01.306Z (2 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
[![Crates badge](https://meritbadge.herokuapp.com/steamidfx)](https://crates.io/crates/steamidfx)
[![CI](https://github.com/iddm/steamidfx/actions/workflows/ci.yml/badge.svg)](https://github.com/iddm/steamidfx/actions/workflows/ci.yml)
[![Documentation](https://docs.rs/steamidfx/badge.svg)](https://docs.rs/steamidfx)
[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./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).