gvec 0.5.0

Very simple implementation of generational indexing for vectors written in Rust
Documentation
1
2
3
4
5
#[derive(Clone, Copy, Debug, PartialEq)]
pub enum Error {
    WrongGeneration,
    ElementNotFound,
}