[][src]Module jwt_simple::prelude

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

Error

The Error type, a wrapper around a dynamic error type.

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