[[bench]]
harness = false
name = "compare_rbtree"
path = "benches/compare_rbtree.rs"
[dependencies]
[dev-dependencies.criterion]
version = "0.6.0"
[dev-dependencies.rand]
version = "0.9.1"
[dev-dependencies.rbtree]
version = "0.1.7"
[features]
default = []
expanded = []
[lib]
name = "flat_rbtree"
path = "src/lib.rs"
[package]
authors = ["Matheus-git <mathiew0@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures", "embedded", "no-std", "memory-management"]
description = "A flat, index-based Red-Black Tree with no heap allocations. Ideal for performance-critical or memory-constrained environments."
edition = "2024"
keywords = ["rbtree", "red-black-tree", "no-alloc", "no_std", "embedded"]
license = "MIT"
name = "flat_rbtree"
readme = "README.md"
repository = "https://github.com/matheus-git/flat_rbtree"
version = "0.2.2"
[package.metadata.docs.rs]
features = ["expanded"]
[profile.bench]
debug = 0