9 unstable releases

0.5.4 Aug 12, 2021
0.5.3 Aug 12, 2021
0.4.0 Jul 26, 2016
0.3.0 Jul 3, 2016
0.1.0 Jul 1, 2016

#1679 in Web programming

MIT license

92KB
2K SLoC

challonge-rs

Crates badge CI Documentation MIT licensed

Client library for the Challonge REST API.

Usage

  1. Log in to Challonge with Challonge::new.
  2. Call API methods to interact with the service.

Documentation

Challonge API documentation.

Features

  • default - uses rustls backend for reqwest.
  • default-tls - uses default-tls backend for reqwest.

Examples

See the examples directory in the source tree.


lib.rs:

Client library for the Challonge REST API.

Log in to Challonge with Challonge::new. Call API methods to interact with the service.

For Challonge API documentation look here.

For examples, see the examples directory in the source tree.

Dependencies

~4–15MB
~221K SLoC