orlp / slotmap

Slotmap data structure for Rust
zlib License
1.08k stars 70 forks source link

Release a new slotmap minor version with try_insert_with_key support #97

Closed turbocool3r closed 8 months ago

turbocool3r commented 1 year ago

A couple of years ago the try_insert_with_key feature has been added. This feature would simplify a crate I'm currently writing. Is it possible to release a new version that includes that feature?

orlp commented 8 months ago

The good news: I'm actually doing work on 2.0 so it will be released hopefully this year or early 2024.

The bad news: I don't think I have the energy to also do minor releases for 1.x in the meantime.