weeb_api 0.2.0

A Rust library for the Weeb.sh API.
Documentation
1
2
3
4
5
6
//! Bridging support between the library and various HTTP clients.

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