openauth-oauth 0.0.4

OAuth support for OpenAuth.
Documentation
1
2
3
4
5
6
//! OAuth support for OpenAuth.

pub mod oauth2;

/// Current crate version.
pub const VERSION: &str = env!("CARGO_PKG_VERSION");