sparse_map 0.1.2

A sparse map with stable generational keys.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]

name = "sparse_map"

version = "0.1.2"

edition = "2024"

license = "MIT OR Apache-2.0"

description = "A sparse map with stable generational keys."

keywords = ["sparse", "map", "generation", "index"]

categories = ["data-structures", "no-std"]

repository = "https://github.com/voxell-tech/sparse_map"

readme = "README.md"



[dependencies]