1
2
3
4
5
6
7
8
#![warn(clippy::all)]
#![warn(rust_2018_idioms)]

pub mod errors;
pub mod oidc;
pub mod provider;

mod deserialize_uri;