Skip to content

v0.1.0

Choose a tag to compare

@hawkw hawkw released this 20 Oct 19:38
dc1d739

0.1.0 (2020-10-20)

Bug Fixes

  • fix remove and clear returning true when the key is stale (b52d38b2)

Breaking Changes

  • Pool: change Pool::create to return a mutable guard (#48) (778065ea, closes #41, #16)
  • Slab: rename Guard to Entry for consistency (425ad398)

Features

  • add missing Debug impls (71a8883f)
  • Pool:
    • add Pool::create_owned and OwnedRefMut (f7774ae0)
    • add Arc<Pool>::get_owned and OwnedRef (3e566d91, closes #29)
    • change Pool::create to return a mutable guard (#48) (778065ea, closes #41, #16)
  • Slab:
    • add Arc<Slab>::get_owned and OwnedEntry (53a970a2, closes #29)
    • rename Guard to Entry for consistency (425ad398)
    • add slab-style VacantEntry API (6776590a, closes #16)

Performance