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
92KB
2K
SLoC
challonge-rs
Client library for the Challonge REST API.
Usage
- Log in to Challonge with
Challonge::new
. - Call API methods to interact with the service.
Documentation
Features
default
- usesrustls
backend forreqwest
.default-tls
- usesdefault-tls
backend forreqwest
.
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