Module zebra_chain::fmt

source ·
Expand description

Format wrappers for Zebra

Re-exports§

Modules§

  • Human-readable formats for times and durations.

Structs§

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

Constants§