#adapter #pad #white-space #tabs #alignment

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

#153 in Value formatting

Download history 9746/week @ 2024-12-09 8903/week @ 2024-12-16 4481/week @ 2024-12-23 3475/week @ 2024-12-30 8020/week @ 2025-01-06 8486/week @ 2025-01-13 6769/week @ 2025-01-20 8491/week @ 2025-01-27 9356/week @ 2025-02-03 7426/week @ 2025-02-10 7649/week @ 2025-02-17 9149/week @ 2025-02-24 12575/week @ 2025-03-03 12624/week @ 2025-03-10 13021/week @ 2025-03-17 10558/week @ 2025-03-24

49,182 downloads per month
Used in 132 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