//! # Light OpenID
//!
//! Basic implementation of OpenID protocol, with primitives and basic client.
//!
//! See https://gitea.communiquons.org/pierre/oidc-test-client for an example of usage of this library
use crateOpenIdError;
pub type Res<T = > = ;