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

0.2.1

Choose a tag to compare

@bodil bodil released this 12 Dec 17:17
· 33 commits to master since this release
v0.2.1
24c5af6

FIXED

  • Pool and PoolRef now use NonNull instead of raw pointers, so that they can be wrapped in Option without growing in size.
  • Fixed a race condition where the last PoolRef referencing a pool might try to drop it before returning its allocation to it, causing a memory fault.