rustify 0.6.1

A Rust library for interacting with HTTP API endpoints.
Documentation
1
2
3
4
//! Contains implementations of [Client][crate::client::Client] which use
//! varying HTTP clients.
#[cfg(feature = "reqwest")]
pub mod reqwest;