stable_gen_map 0.6.0

This crate provides Single-threaded generational maps with insert(&self), stable references across growth, and smart-pointer support (Box/Rc/Arc/&T)
Documentation
[dependencies.num-traits]
version = "0.2.19"

[lib]
name = "stable_gen_map"
path = "src/lib.rs"

[package]
authors = ["Izagawd <theizaboss@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["memory-management", "data-structures"]
description = "This crate provides Single-threaded generational maps with insert(&self), stable references across growth, and smart-pointer support (Box/Rc/Arc/&T)"
edition = "2021"
homepage = "https://github.com/izagawd/stable_gen_map"
keywords = ["stablegenmap", "stable_gen_map", "allocator", "arena", "reference"]
license = "MIT"
name = "stable_gen_map"
readme = "README.md"
repository = "https://github.com/izagawd/stable_gen_map"
rust-version = "1.79.0"
version = "0.6.0"