v1.4.0
Release 1.4.0 of qed.
qed
is available on crates.io.
Improvements
This release features many improvements to macro expansions to prevent conflicts with symbols in use at call sites, documentation, and tests:
- Add the cfg's to lossless cast u32 to usize tests. #13
- Improve examples in docs and README. #14
- Add a
contains_nul
const fn toimp
module. #15 - Ensure macros work when builtin types like u8, bool, and str are shadowed. #17
- Use const assert from Rust 1.57.0. #18
- Use
::core::primitive
re-exports for macro hygiene. #20 - Add dummy core, std, and imp modules to qed tests. #21
- Fix doc and comment typos. #22