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

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

#393 in Value formatting

Download history 8518/week @ 2024-11-24 10958/week @ 2024-12-01 9554/week @ 2024-12-08 9269/week @ 2024-12-15 4532/week @ 2024-12-22 3384/week @ 2024-12-29 7858/week @ 2025-01-05 8619/week @ 2025-01-12 6826/week @ 2025-01-19 7841/week @ 2025-01-26 9874/week @ 2025-02-02 7506/week @ 2025-02-09 7666/week @ 2025-02-16 9090/week @ 2025-02-23 12598/week @ 2025-03-02 12197/week @ 2025-03-09

41,980 downloads per month
Used in 129 crates (2 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