algorithm-problem-client 0.4.0

HTTP Client for algorithm problems
Documentation
1
2
3
4
5
6
7
mod client;
mod problem;
mod types;

pub use client::CodeChefClient;
pub use client::CodeChefProblemPage;
pub use types::CodeChefProblem;