0.2.22 release
This release adds the assertcp
, assertcp_eq
, and assertcp_ne
macros for compile-time assertions with formatting. Those macros are enabled with the "assercp" feature, and require Rust 1.57.0 to use.
Changelog
0.2.22
Added the assertcp
, assertcp_ne
, and assertcp_eq
macros under the "assertcp" feature.
Added const_eq
methods for PWrapper<&[char]>
and PWrapper<Option<char>>
Added the "assertcp" feature, which enables the assertcp*
macros.
Aliased "assert" crate feature to "assertc", and removed old name from docs to reduce confusion.