Skip to content

0.2.7 release

Latest
Compare
Choose a tag to compare
@rodrimati1992 rodrimati1992 released this 28 Nov 02:37
· 2 commits to main since this release
2a3ff69

This release adds a concat_ macro, for concatenating PanicFmt values into a &'static str.

Changelog

0.2.7

Added concat_ macro, which requires "non_basic" feature.

Added TypeDelim::{close, open} methods.

Made ArrayString::as_bytes take constant time when the "rust_1_64" feature is enabled.

Made "derive" feature enable "non_basic" feature.

Added konst_kernel = 0.3 dependency, enabled by "non_basic" feature.