pad-adapter 0.1.1

A utility crate that provides pad adapter.
Documentation
  • Coverage
  • 75%
    3 out of 4 items documented0 out of 3 items with examples
  • Size
  • Source code size: 4.12 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 711.93 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Homepage
  • kgv/pad-adapter
    2 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • kgv

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.