Module fmt

Module fmt 

Source
Expand description

Utilities for formatting ACME request and response data in a human readable style, similar to that used in RFC8885

Structs§

AcmeFormatted
Formatting proxy to cause fmt::Display to print in the AcmeFormat style.
IndentWriter
A fmt::Write writer with indentation memory useful for formatting structured data.
LowerCase
Format in HTTP/1.1 header lower case.
TitleCase
Format in HTTP/1.1 header title case.

Traits§

AcmeFormat
Format trait for showing data in the style of RFC 8885
HttpCase
Trait for case-folding items which implement fmt::Display according to HTTP/1.1 casefolding rules.
Write
A trait for writing or formatting into Unicode-accepting buffers or streams.

Type Aliases§

Result
The type returned by formatter methods.