challonge

Crates.iochallonge
lib.rschallonge
version0.5.4
sourcesrc
created_at2016-07-01 15:00:33.627133
updated_at2021-08-12 12:10:41.252013
descriptionClient library for the Challonge REST API
homepage
repositoryhttps://github.com/vityafx/challonge-rs
max_upload_size
id5555
size134,101
Shockingly Good (iddm)

documentation

https://docs.rs/challonge/

README

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.

Commit count: 50

cargo fmt