Crate indentation

Source
Expand description

§Display with Indentation


Macros§

indent_fmt
A macro to create a String from a format string.
indent_write
A macro to write to a Formatter from a format string.
wrap_display
A macro to write to a Formatter from a format string.

Structs§

IndentFormatter
A wrapper around a Formatter that adds indentation.

Traits§

IndentDisplay
A trait for types that can be displayed with indentation.