ppar 0.2.0

Persistent immutable array
Documentation
[[bin]]
name = "perf"
required-features = ["perf"]

[[bin]]
name = "fuzzy"
required-features = ["fuzzing"]
[dependencies.arbitrary]
features = ["derive"]
version = "0.4.7"

[dependencies.im]
optional = true
version = "15.0.0"

[dependencies.im-rc]
optional = true
version = "15.0.0"

[dependencies.rand]
features = ["small_rng"]
optional = true
version = "0.7.3"

[dependencies.structopt]
default-features = false
optional = true
version = "0.3.20"
[dev-dependencies.rand]
features = ["small_rng"]
version = "0.7.3"

[features]
fuzzing = ["structopt", "rand"]
perf = ["structopt", "rand", "im", "im-rc"]

[lib]
path = "./src/lib.rs"

[package]
authors = ["prataprc <prataprc@gmail.com>"]
categories = ["data-structures"]
description = "Persistent immutable array"
edition = "2018"
keywords = ["immutable", "persistent", "rope", "array", "concurrent"]
license = "MIT"
name = "ppar"
readme = "./README.md"
repository = "https://github.com/bnclabs/ppar"
version = "0.2.0"