1
2
3
4
5
6
7
extern crate curl;
extern crate serde_json;

mod http;
pub mod monthlies;
pub mod winstreaks;
pub mod winstreaks_historical;