Skip to content

v0.2.0

Compare
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.