Crate steamidfx[][src]

SteamID FX crate. Work with SteamIDs easily and safely. The specification is mostly here: https://developer.valvesoftware.com/wiki/SteamID but this crate deviates a bit from it as empirically it was noticed that the valve themselves don’t follow this spec fully. To be in-line with valve’s behaviour, this crates deviated from the spec.

Modules

bit_iterator

An iterator over bits. Provides a simple implementation of an iterator over bits of an integer. Used to navigate through the bits in the steam id.

error

The errors used in this crate.

id

The steam ID implementation. Steam ID and all it needs and may represent.

services

The services the crate can work with regarding the steam id information. The requests feature implementation which allows making requests to different services for working with steam id.