beach_map 0.3.1

Implementation of a slotmap
Documentation
[package]
name = "beach_map"
version = "0.3.1"
authors = ["leudz <dylan.ancel@gmail.com>"]
edition = "2021"
license = "MIT OR Apache-2.0"
description = "Implementation of a slotmap"
keywords = ["beachmap", "slotmap"]
categories = ["data-structures", "no-std"]
readme = "README.md"
repository = "https://github.com/leudz/beach_map"

[dependencies]
rayon = { version = "^1", optional = true }
serde = { version = "^1", optional = true, default-features = false }

[features]
parallel = ["rayon"]

[dev-dependencies]
serde_json = "^1"