Available on crate feature
fmt only.Expand description
Utilities for formatting JWT request and response data in a human readable style, similar to that used in RFC 8885
Structs§
- Indent
Writer - A
fmt::Writewriter with indentation memory useful for formatting structured data. - JWTFormatted
- Formatting proxy to cause
fmt::Displayto print in theJWTFormatstyle.
Traits§
- JWTFormat
- Format trait for showing data in the style of RFC 8885
- Write
- A trait for writing or formatting into Unicode-accepting buffers or streams.
Type Aliases§
- Result
- The type returned by formatter methods.