opentdb 1.0.0

An implementation of the Open Trivia Database API in Rust https://opentdb.com.
Documentation
1
2
3
4
5
pub mod category;
pub mod difficulty;
pub mod encoding;
pub mod question_type;
pub mod response_code;