4 stable releases
2.2.0 | Apr 21, 2021 |
---|---|
2.1.0 | Feb 7, 2021 |
2.0.0 | Dec 7, 2020 |
1.0.0 | Dec 7, 2020 |
#485 in Text processing
332,663 downloads per month
Used in 142 crates
(8 directly)
18KB
225 lines
indent-write
Nestable wrappers for fmt::Write
and io::Write
that perform indentation for you
lib.rs
:
Simple indentation adapters for io::Write
,
fmt::Write
, and Display
. Each
adapter wraps a writer or writable object, and inserts an indentation at
the front of each non-empty line.
See fmt::IndentWriter
, io::IndentWriter
, and
indentable::Indentable
for examples.