Expand description
Full-featured crate to interact with Codewars API. Check Codewars official documentation for more information about API
See docs.rs and GitHub repo for more information about this crate
Re-exports§
pub use crate::rest_api::client::RestCodewarsClient;
pub use crate::rest_api::models::AuthoredChallenges;
pub use crate::rest_api::models::CodeChallenge;
pub use crate::rest_api::models::CompletedChallenges;
pub use crate::rest_api::models::User;
Modules§
- rest_
api - A module for interacting with the Codewars REST API