Skip to content

0.2.5 release

Compare
Choose a tag to compare
@rodrimati1992 rodrimati1992 released this 10 Oct 20:07
· 21 commits to main since this release
d788835

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.