2 releases
| 0.1.1 | Jun 8, 2020 |
|---|---|
| 0.1.0 | May 3, 2020 |
#297 in Value formatting
48,010 downloads per month
Used in 121 crates
(3 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.