0.2.5 release
Adds char
, slice-of-char
, and core::str::Utf8Error
formatting support.
Changelog
0.2.5
Added "rust_1_64"
feature, which enables formatting impls which require newer versions.
Added core::str::Utf8Error
formatting (requires "rust_1_64"
feature)
Added formatting support for char
and slices of char
.