Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/natsukagami/rust-codeforces-api
Codeforces API for Rust (with blocking reqwest)
https://github.com/natsukagami/rust-codeforces-api
Last synced: about 2 months ago
JSON representation
Codeforces API for Rust (with blocking reqwest)
- Host: GitHub
- URL: https://github.com/natsukagami/rust-codeforces-api
- Owner: natsukagami
- License: mit
- Created: 2020-02-02T19:10:18.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-11T19:42:32.000Z (over 2 years ago)
- Last Synced: 2024-10-31T11:58:49.476Z (3 months ago)
- Language: Rust
- Size: 29.3 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rust-codeforces-api
Provides a friendly interface to Codeforces API.
Uses the blocking Client from `reqwest`, please ping me if you want an async version.
Lots of methods might be missing too, will be added in the future.
## License
MIT