8 releases

Uses old Rust 2015

0.2.1 Jul 3, 2018
0.2.0 Apr 21, 2018
0.1.2 Sep 10, 2016
0.0.3 Apr 20, 2016
0.0.1 Nov 26, 2014

#1506 in Text processing

Download history 1/week @ 2024-11-13 6/week @ 2024-11-20 6/week @ 2024-11-27 15/week @ 2024-12-04 28/week @ 2024-12-11 8/week @ 2024-12-18 9/week @ 2025-01-01 4/week @ 2025-01-08 10/week @ 2025-01-15 10/week @ 2025-01-22 6/week @ 2025-01-29 34/week @ 2025-02-05 29/week @ 2025-02-12 28/week @ 2025-02-19 23/week @ 2025-02-26

115 downloads per month
Used in 3 crates

Apache-2.0 OR MIT

8KB
212 lines

fmt-extra

Extra formatters (impliment fmt::Display and fmt::Debug) as wrapper types.

  • AsciiStr: print a [u8]-like as a string of ascii characters with non-visible characters escaped with the rust & c-style "\xFF"
  • Hs: print a [u8]-like as the hex digits without any seperators: "AF13"...
  • SingleQuotedStr: print a &str with posix shell style single quote escaping
  • Seperated: print an Iterator<T: Display> with a single Display-able seperator between each item.

No runtime deps