codewars_api/
rest_api.rs

1//! A module for interacting with the Codewars REST API
2
3pub mod client;
4pub mod models;