Module fmt

Source
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§

IndentWriter
A fmt::Write writer with indentation memory useful for formatting structured data.
JWTFormatted
Formatting proxy to cause fmt::Display to print in the JWTFormat style.

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.