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
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]

name = "stable_gen_map"

version = "0.6.0"

edition = "2021"

rust-version = "1.79.0"

authors = ["Izagawd <theizaboss@gmail.com>"]

keywords = ["stablegenmap", "stable_gen_map", "allocator", "arena", "reference"]

categories = ["memory-management", "data-structures"]

license = "MIT"

repository = "https://github.com/izagawd/stable_gen_map"

readme = "README.md"

description = "This crate provides Single-threaded generational maps with insert(&self), stable references across growth, and smart-pointer support (Box/Rc/Arc/&T)"

homepage = "https://github.com/izagawd/stable_gen_map"



[dependencies]

num-traits = "0.2.19"