shield 0.2.1

Web authentication for Rust.
Documentation
mod action;
mod actions;
mod error;
mod form;
mod method;
mod options;
mod path;
mod provider;
mod request;
mod response;
mod session;
mod shield;
mod shield_dyn;
mod storage;
mod user;

pub use action::*;
pub use actions::*;
pub use error::*;
pub use form::*;
pub use method::*;
pub use options::*;
pub use path::*;
pub use provider::*;
pub use request::*;
pub use response::*;
pub use session::*;
pub use shield::*;
pub use shield_dyn::*;
pub use storage::*;
pub use user::*;