chesscom 0.1.3

Chess.com API client
Documentation
1
2
3
4
5
pub mod api;
mod client;
pub mod error;

pub use client::ChessApi;