biscuit 0.5.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
//! Custom serialization and deserialization modules
//!
//! In general, users should not need to invoke these manually. These are exposed for potential use
//! in your applications, should you wish to make extensions to the implementations provided.
pub mod base64_url_uint;
pub mod byte_sequence;
pub mod option_base64_url_uint;
pub mod option_byte_sequence;