grapes 0.3.0

Persistent graph data structures: Tree, Graph, Arena & more
Documentation
[dependencies.imbl]
version = "1.0.1"

[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0.136"

[dev-dependencies.impls]
version = "1.0.3"

[dev-dependencies.serde]
version = "1.0.136"

[dev-dependencies.velcro]
version = "0.5.3"

[features]
serde = ["dep:serde", "imbl/serde"]

[package]
authors = ["Reinis Mazeiks"]
categories = ["data-structures"]
description = "Persistent graph data structures: Tree, Graph, Arena & more"
documentation = "https://docs.rs/grapes/latest/grapes/"
edition = "2021"
keywords = ["data-structure", "tree", "graph", "persistent", "immutable"]
license = "MIT OR Apache-2.0"
name = "grapes"
readme = "Readme.md"
repository = "https://gitlab.com/dawn_best/grapes"
version = "0.3.0"