Skip to content

v0.1.1

Compare
Choose a tag to compare
@LPGhatguy LPGhatguy released this 07 Sep 17:19
· 52 commits to main since this release

Changes Since 0.1.0

  • Added Arena::with_capacity for preallocating space.
  • Added Arena::len, Arena::capacity, and Arena::is_empty.
  • Improved panic-on-wrap guarantees, especially around unsafe code.
  • Simplified and documented implementation.