Expand description
Format wrappers for Zebra
Re-exports§
pub use time::duration_short;pub use time::humantime_milliseconds;pub use time::humantime_seconds;
Modules§
- Human-readable formats for times and durations.
Structs§
- Wrapper to override
Debug, redirecting it to theDisplayimpl. - Wrapper to override
Debug, redirecting it to hex-encode the type. The type must implementAsRef<[u8]>. - Wrapper to override
Debugto display a shorter summary of the type. - Wrapper to override
Debug, redirecting it to only output the type’s name.