Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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).