Module jwt_simple::prelude[][src]

Re-exports

pub use crate::algorithms::*;
pub use crate::claims::*;
pub use crate::common::*;
pub use crate::token::*;
pub use coarsetime;

Structs

Clock

System time

Duration

A duration type to represent an approximate span of time

HashSet

A hash set implemented as a HashMap where the value is ().

Traits

Deserialize

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

Serialize

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

_

Type Definitions

UnixTimeStamp

Alias for Duration.

Derive Macros

Deserialize
Serialize