2 releases
0.1.1 | Jun 8, 2020 |
---|---|
0.1.0 | May 3, 2020 |
#1256 in Rust patterns
41,034 downloads per month
Used in 177 crates
(2 directly)
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
.