jute 0.1.2

An opinionated JOSE library that implements JWT, JWS, JWE, JWA and JWK.
Documentation
1
2
3
4
5
6
7
8
//! 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;