biscuit 0.8.0

A library to work with Javascript Object Signing and Encryption(JOSE), including JSON Web Tokens (JWT), JSON Web Signature (JWS) and JSON Web Encryption (JWE).
Documentation
1
2
3
4
5
6
7
mod presence;
mod temporal_options;
mod validation;

pub use self::presence::*;
pub use self::temporal_options::*;
pub use self::validation::*;