//! Full-featured crate to interact with Codewars API.
//! Check [Codewars official documentation](https://dev.codewars.com/) for more information about API
//!
//! See [docs.rs](https://docs.rs/codewars-api/latest/codewars_api) and [GitHub repo](https://github.com/ankddev/codewars-api-rs) for more information about this crate
// Warn if something is not documented
// Re-exports
pub use crateRestCodewarsClient;
pub use crateAuthoredChallenges;
pub use crateCodeChallenge;
pub use crateCompletedChallenges;
pub use crateUser;