Skip to content

Releases: lun3x/wrapped_slab

v0.2.0

24 Jul 15:06
635e640
Compare
Choose a tag to compare

What's Changed

  • Implement Iter, IterMut, and Drain by @lun3x in #1

Full Changelog: v0.1.1...v0.2.0

v0.1.1

24 Jul 15:04
Compare
Choose a tag to compare

Version 0.1.1 (2023-07-19)

  • Minor change to allow re-exporting wrapped_slab from other local crates.

Full Changelog: v.0.1.0...v0.1.1

v0.1.0

19 Jul 14:01
Compare
Choose a tag to compare

Version 0.1.0 (2023-07-19)

  • Initial version with only basic Slab methods implemented. Notably Iter and IterMut are missing, along with drain() and retain().