stepancheg / ordinal-map

Map types to integers
1 stars 0 forks source link

sets need `remove()` #1

Open shikhar opened 1 month ago

shikhar commented 1 month ago

Love that you are making this, it is very well designed. I am glad I found this neat lib, I was searching crates for the terms ordinal map set.

stepancheg commented 1 month ago

Thank you!

remove is easy to add, I'll add later or PR welcome.

Also, if you have ideas how to improve API (names, submodules, type parameters etc), feedback is welcome too.