Module fmt

Source
Expand description

Format wrappers for Zebra

Re-exports§

pub use time::duration_short;
pub use time::humantime_milliseconds;
pub use time::humantime_seconds;

Modules§

time
Human-readable formats for times and durations.

Structs§

DisplayToDebug
Wrapper to override Debug, redirecting it to the Display impl.
HexDebug
Wrapper to override Debug, redirecting it to hex-encode the type. The type must implement AsRef<[u8]>.
SummaryDebug
Wrapper to override Debug to display a shorter summary of the type.
TypeNameToDebug
Wrapper to override Debug, redirecting it to only output the type’s name.