urbandictionary 0.3.1

Unofficial Rust wrapper for the UrbanDictionary API
Documentation
1
2
3
4
5
6
//! Bridged support between different HTTP clients.

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