Skip to content

v1.4.0

Compare
Choose a tag to compare
@lopopolo lopopolo released this 27 Apr 05:04
dfb114d

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 to imp 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