# steamidfx [![Crates badge](https://meritbadge.herokuapp.com/steamidfx)](https://crates.io/crates/steamidfx) [![CI](https://github.com/vityafx/steamidfx/actions/workflows/ci.yml/badge.svg)](https://github.com/vityafx/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/vityafx/steamidfx/blob/master/LICENSE).