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

#1199 in Text processing

Download history 75/week @ 2024-03-11 26/week @ 2024-03-18 8/week @ 2024-03-25 85/week @ 2024-04-01 16/week @ 2024-04-08 10/week @ 2024-04-15 18/week @ 2024-04-22 61/week @ 2024-04-29 26/week @ 2024-05-06 31/week @ 2024-05-13 22/week @ 2024-05-20 19/week @ 2024-05-27 24/week @ 2024-06-03 83/week @ 2024-06-10 60/week @ 2024-06-17 42/week @ 2024-06-24

211 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