sparse_set_container 1.2.2

A container based on sparse set. Stable keys, O(1) lookup, cache-friendly iterations, and no hashing.
Documentation
[dependencies]

[dev-dependencies.bencher]
version = "0.1.5"

[dev-dependencies.generational-arena]
version = "0.2.9"

[dev-dependencies.slotmap]
version = "1.0.7"

[dev-dependencies.thunderdome]
version = "0.6.1"

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

[package]
authors = ["Pavel Grebnev"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures"]
description = "A container based on sparse set. Stable keys, O(1) lookup, cache-friendly iterations, and no hashing."
edition = "2021"
include = ["src/**", "README.md", "LICENSE"]
license = "MIT"
name = "sparse_set_container"
readme = "README.md"
repository = "https://github.com/gameraccoon/sparse_set"
version = "1.2.2"