codewars-api 1.0.0

A library for interacting with the Codewars API
Documentation
1
2
3
4
//! A module for interacting with the Codewars REST API

pub mod client;
pub mod models;