项目作者: Majora320

项目描述 :
An easy-to-use steamid type with functions to parse and render steam2 and steam3 IDs.
高级语言: Rust
项目地址: git://github.com/Majora320/steamid-ng.git
创建时间: 2017-09-26T03:34:22Z
项目社区:https://github.com/Majora320/steamid-ng

开源协议:MIT License

下载


steamid-ng crates.io MIT License Docs.rs

An easy-to-use SteamID type with functions to parse and render steam2 and steam3 IDs.
This library is based off of SteamID.php by xPaw.

1.0 to 2.0 migration notes

The primary semantic breaking change between 1.0 (and earlier version) and 2.0 is that in 1.0, a constructed SteamID type is not necessarily valid, while in 2.0 it is always valid. This means that the library will explicitly validate your types while parsing, and functions on it will always return valid results.