allocated-btree 0.1.3

B-Tree data structures with explicit allocator control using the allocated pattern
Documentation
[dependencies.allocated]
default-features = false
version = "0.1.1"

[dependencies.allocator-api2]
version = "0.4.0"

[dependencies.generic-array]
version = "1.1.0"

[dependencies.typenum]
version = "1.17.0"

[dev-dependencies.itertools]
version = "0.13.0"

[dev-dependencies.proptest]
features = ["proptest-macro"]
version = "1.6.0"

[dev-dependencies.rand]
version = "0.8.5"

[[example]]
name = "count-allocations"
path = "examples/count-allocations.rs"

[[example]]
name = "memory-comparison"
path = "examples/memory-comparison.rs"

[[example]]
name = "wrapper-demo"
path = "examples/wrapper-demo.rs"

[features]
default = ["std"]
std = ["allocated/std"]

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

[lints.clippy]
multiple_unsafe_ops_per_block = "warn"
undocumented_unsafe_blocks = "warn"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "B-Tree data structures with explicit allocator control using the allocated pattern"
documentation = "https://docs.rs/allocated-btree"
edition = "2021"
homepage = "https://github.com/alexchamberlain/allocated-btree"
license = "MIT OR Apache-2.0"
name = "allocated-btree"
readme = "README.md"
repository = "https://github.com/alexchamberlain/allocated-btree"
version = "0.1.3"