garhow / steam-rs

Safe Rust bindings for the Steam Web API
MIT License
23 stars 10 forks source link

Add conversion for SteamID64 to SteamID3, format code and fix some warnings #28

Closed RubberDuckShobe closed 10 months ago

RubberDuckShobe commented 10 months ago

This PR:

The conversion for SteamID64 to ID3 was taken from the steamid_ng crate. (also see my comment on #15)