biscotti 0.4.3

HTTP cookie management for Rust servers.
Documentation
1
2
3
4
5
pub(crate) mod encryption;
mod master;
pub(crate) mod signing;

pub use master::{Key, KeyError, ShortKeyError};