Simple Rust crate for managing handles, a.k.a. weak references, a.k.a. generational indices; as well as creating pools of values referred to by such handles.
See http://bitsquid.blogspot.com/2014/08/building-data-oriented-entity-system.html
"index"
(disabled by default) - provides a simplified implementation of an index manager / array which doesn't handle the generation/sequence/cycle number.
static_assertions
num-traits
- path dependency on
miniunchecked
(TODO: Github dependency?)