Module brane_shr::formatters

source ·
Expand description

Implements a few debug tools.

Structs§

  • Defines a struct that can format a large block of text neatly.
  • Defines a struct that capitalizes the first letter of the given string when printing it.
  • Defines a struct that can format a string of bytes as pairs of hexadecimals.
  • A helper struct that implements Display for a given iterator that prints it like a human-readable list.

Traits§

  • Helper trait for the CapitalizeFormatter that implements a convenient capitalize() function for all strings.