[dependencies.num-traits]
version = "0.2.19"
[package]
authors = ["Izagawd <theizaboss@gmail.com>"]
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-file = "LICENSE"
name = "stable_gen_map"
readme = "README.md"
repository = "https://github.com/izagawd/stable_gen_map"
rust-version = "1.79.0"
version = "0.1.2"