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

Update documentation #29

Closed konsumlamm closed 4 years ago

konsumlamm commented 4 years ago

Update the documentation, including a fix for the link to the RustConf keynote. This fixes https://github.com/fitzgen/generational-arena/pull/24.

konsumlamm commented 4 years ago

@fitzgen The documentation on docs.rs and crates.io was not updated. I don't really know how the updating works, but maybe it's not rebuilding because the version number didn't change, so you may want to manually update it if that's possible.