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

#1399 in Text processing

Download history 29/week @ 2024-07-21 22/week @ 2024-07-28 34/week @ 2024-08-04 19/week @ 2024-08-11 27/week @ 2024-08-18 8/week @ 2024-08-25 8/week @ 2024-09-01 7/week @ 2024-09-08 13/week @ 2024-09-15 73/week @ 2024-09-22 21/week @ 2024-09-29 24/week @ 2024-10-06 6/week @ 2024-10-13 33/week @ 2024-10-20 7/week @ 2024-10-27 19/week @ 2024-11-03

66 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