arenas 0.2.0

Simple Arena data structure for efficiently adding & removing items with stable IDs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0.151"

[package]
authors = ["Reinis Mazeiks"]
categories = ["data-structures"]
description = "Simple Arena data structure for efficiently adding & removing items with stable IDs"
edition = "2021"
keywords = ["arena", "area", "zone", "memory-context"]
license = "MIT OR Apache-2.0"
name = "arenas"
readme = "Readme.md"
version = "0.2.0"