aur 0.2.0

HTTP client implementations for the AUR.
Documentation
1
2
3
4
5
6
7
//! Bridge implementations for HTTP client libraries.

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

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