Crates.io | fmt-extra |
lib.rs | fmt-extra |
version | 0.2.1 |
source | src |
created_at | 2014-11-26 18:30:53.991808 |
updated_at | 2018-07-03 19:09:28.692114 |
description | Extra formaters not shipped in the standard library |
homepage | |
repository | https://github.com/jmesmon/rust-fmt-extra.git |
max_upload_size | |
id | 412 |
size | 7,423 |
Extra formatters (impliment fmt::Display and fmt::Debug) as wrapper types.
&str
with posix shell style single quote escapingIterator<T: Display>
with a single Display-able
seperator between each item.