kitsu 0.1.1

Unofficial Rust HTTP client implementations for the Kitsu API.
Documentation
1
2
3
4
5
6
//! Briding support between the library and various HTTP clients.

#[cfg(feature = "hyper")]
pub mod hyper;
#[cfg(feature = "reqwest")]
pub mod reqwest;