Module jwt_simple::prelude

source ·

Re-exports

pub use coarsetime;
pub use ct_codecs::Decoder as _;
pub use ct_codecs::Encoder as _;
pub use crate::algorithms::*;
pub use crate::claims::*;
pub use crate::common::*;
pub use crate::token::*;

Structs

System time
A duration type to represent an approximate span of time
A hash set implemented as a HashMap where the value is ().

Traits

A data structure that can be deserialized from any data format supported by Serde.
A data structure that can be serialized into any data format supported by Serde.

Type Definitions

Alias for Duration.

Derive Macros