#adapter #pad #white-space #aligned #tabs

no-std pad-adapter

A utility crate that provides pad adapter

2 releases

0.1.1 Jun 8, 2020
0.1.0 May 3, 2020

#1302 in Rust patterns

Download history 8168/week @ 2024-09-14 8649/week @ 2024-09-21 9606/week @ 2024-09-28 9811/week @ 2024-10-05 10229/week @ 2024-10-12 10673/week @ 2024-10-19 10028/week @ 2024-10-26 10072/week @ 2024-11-02 9649/week @ 2024-11-09 10120/week @ 2024-11-16 8646/week @ 2024-11-23 10846/week @ 2024-11-30 9567/week @ 2024-12-07 9456/week @ 2024-12-14 4645/week @ 2024-12-21 2511/week @ 2024-12-28

27,513 downloads per month
Used in 138 crates (via divviup-client)

MIT/Apache

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.

No runtime deps