coil-core 0.1.1

Core runtime contracts and composition primitives for the Coil framework.
Documentation
1
2
3
4
5
6
7
8
9
10
mod cookie;
mod csrf;
mod error;
mod services;
mod support;

pub use cookie::{CookiePolicy, CookieProtection, CookieSealer, CookieSigner};
pub use csrf::CsrfProtection;
pub use error::BrowserSecurityError;
pub use services::{BrowserSecurityServices, SessionSecurityServices, SessionStoreTopology};