forest-ds 1.0.2

Implementation of a secure tree structure.
Documentation
[[bench]]
harness = false
name = "tree_benchmark"

[[example]]
name = "serialize"
required-features = ["serde"]
[dependencies.serde]
optional = true
version = "1.0"

[dependencies.thiserror]
version = "1.0"
[dev-dependencies.criterion]
version = "0.3"

[dev-dependencies.pretty_assertions]
version = "1.2"

[dev-dependencies.serde_json]
version = "1.0"

[lib]
bench = false

[package]
categories = ["data-structures"]
description = "Implementation of a secure tree structure."
edition = "2021"
keywords = ["data-structures", "trees"]
license = "MIT OR Apache-2.0"
name = "forest-ds"
readme = "README.md"
repository = "https://github.com/joshuachp/forest-ds"
resolver = "2"
version = "1.0.2"