one_way_slot_map 0.1.2

An implementation of SlotMap with minimal restrictions on Keys and Values
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.array-macro]
version = "1.0.5"
[dev-dependencies.static_assertions]
version = "1.1.0"

[package]
authors = ["Kevin Guthrie <kevin.guthrie@gmail.com>"]
categories = ["data-structures"]
description = "An implementation of SlotMap with minimal restrictions on Keys and Values"
edition = "2018"
keywords = ["slotmap", "storage"]
license = "MIT OR Apache-2.0"
name = "one_way_slot_map"
readme = "README.md"
repository = "https://github.com/RookAndPawn/one_way_slot_map"
version = "0.1.2"