fmt-extra

Crates.iofmt-extra
lib.rsfmt-extra
version0.2.1
sourcesrc
created_at2014-11-26 18:30:53.991808
updated_at2018-07-03 19:09:28.692114
descriptionExtra formaters not shipped in the standard library
homepage
repositoryhttps://github.com/jmesmon/rust-fmt-extra.git
max_upload_size
id412
size7,423
Cody Schafer (codyps)

documentation

http://codyps.com/docs/fmt-extra/x86_64-unknown-linux-gnu/stable/fmt_extra/index.html

README

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.
Commit count: 22

cargo fmt