libarena 0.1.6

Arena allocated graph implementation
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "libarena"
version = "0.1.6"
edition = "2018"
description = "Arena allocated graph implementation"
readme = "README.md"
license-file = "LICENSE.txt"
repository = "https://github.com/connormullett/arena/"

keywords = ["graph", "arena-allocation", "tree"]
categories = ["data-structures", "memory-management"]

[dependencies]
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"