oauth10a/
lib.rs

1//! # OAuth 1.0a crate
2//!
3//! This crate provides an oauth 1.0a client implementation. It was firstly
4//! designed to interact with the Clever-Cloud's api, but has been extended to
5//! be more generic.
6
7#[cfg(feature = "client")]
8pub mod client;