Expand description
Re-exports§
pub use attachments::Attachment;
pub use attachments::AttachmentCreate;
pub use attachments::AttachmentId;
pub use attachments::Index as AttachmentIndex;
pub use matches::Index as MatchIndex;
pub use matches::Match;
pub use matches::MatchId;
pub use matches::MatchScore;
pub use matches::MatchScores;
pub use matches::MatchState;
pub use matches::MatchUpdate;
pub use participants::Index as ParticipantIndex;
pub use participants::Participant;
pub use participants::ParticipantCreate;
pub use participants::ParticipantId;
pub use tournament::Index as TournamentIndex;
pub use tournament::Tournament;
pub use tournament::TournamentCreate;
pub use tournament::TournamentId;
pub use tournament::TournamentIncludes;
pub use tournament::TournamentState;
pub use tournament::TournamentType;
Modules§
- attachments
- Challonge Attachment type.
- error
- Challonge REST API error type.
- matches
- Challonge Match type.
- participants
- Challonge Participant type.
- tournament
- Challonge Tournament type.
Structs§
- Challonge
- Client for the Challonge REST API.