#pad #adapter #white-space #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

#297 in Value formatting

Download history 11326/week @ 2025-04-04 10661/week @ 2025-04-11 9948/week @ 2025-04-18 11619/week @ 2025-04-25 10737/week @ 2025-05-02 11709/week @ 2025-05-09 9747/week @ 2025-05-16 9096/week @ 2025-05-23 10278/week @ 2025-05-30 11379/week @ 2025-06-06 10766/week @ 2025-06-13 11860/week @ 2025-06-20 10264/week @ 2025-06-27 10054/week @ 2025-07-04 13486/week @ 2025-07-11 11910/week @ 2025-07-18

48,010 downloads per month
Used in 121 crates (3 directly)

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