Skip to content
This repository was archived by the owner on Mar 27, 2026. It is now read-only.

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 30 Aug 03:24
· 14 commits to main since this release
5d5edcd
  • Breaking: Most types now include a ThreadSafety type parameter that controls whether or not it uses thread-safe (Arc, Mutex) or thread-unsafe (Rc, RefCell) primitives.
  • This crate is now dual licensed under LGPL v3 and MPL 2.0, opposite to the previous AGPL v3 licensing.