Skip to content

Releases: vchlin/clone_cell

v0.4.2

04 Feb 06:38
57fc466

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.1...v0.4.2

v0.3.1

10 Oct 20:42
5069717

Choose a tag to compare

  • Doc updates and fixes.

v0.3.0

01 Oct 03:17
d7b34d9

Choose a tag to compare

  • Add no_std support.
  • Add a proc macro usage example.
  • Update docs to include a section on PureClone soundness and its interaction with trait specialization.

v0.2.0

25 Sep 23:06
6314736

Choose a tag to compare

  • Implement a proc macro to safely derive PureClone.
  • Allow T in the PureClone impls of Rc<T> and Weak<T> to be ?Sized.