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§
- Display
ToDebug - Wrapper to override
Debug, redirecting it to theDisplayimpl. - HexDebug
- Wrapper to override
Debug, redirecting it to hex-encode the type. The type must implementAsRef<[u8]>. - Summary
Debug - Wrapper to override
Debugto display a shorter summary of the type. - Type
Name ToDebug - Wrapper to override
Debug, redirecting it to only output the type’s name.