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

#1226 in Text processing

Download history 17/week @ 2023-12-04 1/week @ 2023-12-11 26/week @ 2023-12-18 22/week @ 2023-12-25 29/week @ 2024-01-01 10/week @ 2024-01-08 14/week @ 2024-01-22 23/week @ 2024-01-29 16/week @ 2024-02-12 82/week @ 2024-02-19 72/week @ 2024-02-26 22/week @ 2024-03-04 75/week @ 2024-03-11 26/week @ 2024-03-18

195 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