1
2
3
4
5
6
7
8
//! # OAuth 1.0a crate
//!
//! This crate provide an oauth 1.0a client implementation. It was firstly
//! designed to interact with the Clever-Cloud's api, but has been extended to
//! be more generic.

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