csfdapi 0.1.0

Unofficial wrapper for mobile csfd api.
Documentation
1
2
3
4
5
pub use self::home::HomeRequest;
pub use self::identity::IdentityRequest;

mod home;
mod identity;