ddapi-rs 0.8.1

A simple Rust library to get data from DDNet and DDStats APIs
Documentation
1
2
3
4
5
6
Release guide:
- Push version bump commit
    - Update /Cargo.toml version
- Add version tag with `git tag v0.3.0` and `git push origin --tags`
- Make GitHub release based on new tag
- Release on crates.io with `cargo publish`