Crates.io | pad-adapter |
lib.rs | pad-adapter |
version | 0.1.1 |
source | src |
created_at | 2020-05-03 08:43:50.652366 |
updated_at | 2020-06-08 11:55:14.370665 |
description | A utility crate that provides pad adapter. |
homepage | https://crates.io/crates/pad-adapter |
repository | https://github.com/kgv/pad-adapter |
max_upload_size | |
id | 236970 |
size | 4,494 |
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
.