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

[dependencies]
array-macro = "1.0.5"

[dev-dependencies]
static_assertions = "1.1.0"