2 releases
0.1.1 | Jun 8, 2020 |
---|---|
0.1.0 | May 3, 2020 |
#1302 in Rust patterns
27,513 downloads per month
Used in 138 crates
(via divviup-client)
4KB
53 lines
Pad adapter
A utility crate that provides pad adapter.
The pad adapter inserts the padding after each newline except the last.
It has the same functionality as PadAdapter
used in std::fmt::DebugList
,
std::fmt::DebugMap
, std::fmt::DebugSet
, std::fmt::DebugStruct
and
std::fmt::DebugTuple
.