fitzgen / generational-arena

A safe arena allocator that allows deletion without suffering from the ABA problem by using generational indices.
https://docs.rs/generational-arena
Mozilla Public License 2.0
672 stars 53 forks source link

Bump to 0.2.0 #12

Closed fitzgen closed 5 years ago

ArnaudValensi commented 5 years ago

That's perfect if you publish a 0.2.0 version, I wanted to publish a crate based on the recent modification of this repo: https://github.com/ArnaudValensi/vec-tree You may recognize the readme, since it is 80% yours. :) Also, do not hesitate to give feedback if you have some. I'm using this tree to build the scene graph of a video game.

fitzgen commented 5 years ago

@ArnaudValensi neat! :-D

fitzgen commented 5 years ago

Published!