Re-exports§
pub use ct_codecs::Decoder as _;pub use ct_codecs::Encoder as _;pub use hashset_from_strings::HashSetFromStringsT as _;pub use coarsetime;pub use crate::algorithms::*;pub use crate::claims::*;pub use crate::common::*;pub use crate::token::*;
Structs§
- Base64
- Standard Base64 encoder and decoder with padding.
- Base64
NoPadding - Standard Base64 encoder and decoder without padding.
- Base64
UrlSafe - URL-safe Base64 encoder and decoder with padding.
- Base64
UrlSafe NoPadding - URL-safe Base64 encoder and decoder without padding.
- Clock
- System time
- Duration
- A duration type to represent an approximate span of time
- HashSet
- A hash set implemented as a
HashMapwhere 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 Aliases§
- Unix
Time Stamp - Alias for
Duration.