ppar 0.1.0

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

[[bin]]
name = "check"
required-features = ["check"]
[dependencies.im]
optional = true
version = "15.0.0"

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

[dependencies.log]
features = ["max_level_trace", "release_max_level_debug"]
version = "0.4"

[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"

[dev-dependencies.rpds]
version = "0.7.0"

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

[package]
authors = ["prataprc <prataprc@gmail.com>"]
description = "Persistent immutable array with CRUD access"
edition = "2018"
license = "MIT"
name = "ppar"
version = "0.1.0"