#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

#1178 in Rust patterns

Download history 5518/week @ 2023-12-02 5565/week @ 2023-12-09 5928/week @ 2023-12-16 3717/week @ 2023-12-23 4829/week @ 2023-12-30 6612/week @ 2024-01-06 6171/week @ 2024-01-13 6643/week @ 2024-01-20 7017/week @ 2024-01-27 7527/week @ 2024-02-03 6481/week @ 2024-02-10 6926/week @ 2024-02-17 5968/week @ 2024-02-24 6902/week @ 2024-03-02 7706/week @ 2024-03-09 5444/week @ 2024-03-16

27,181 downloads per month
Used in 103 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