# challonge-rs
[](https://crates.io/crates/challonge)
[](https://github.com/vityafx/challonge-rs/actions/workflows/ci.yml)
[](https://docs.rs/challonge)
[](./LICENSE)
Client library for the [Challonge](https://challonge.com) REST API.
## Usage
1. Log in to Challonge with `Challonge::new`.
2. Call API methods to interact with the service.
## Documentation
[Challonge API documentation](http://api.challonge.com/ru/v1/documents).
## Features
- `default` - uses `rustls` backend for `reqwest`.
- `default-tls` - uses `default-tls` backend for `reqwest`.
## Examples
See the `examples` directory in the source tree.