[[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"
[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"]
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", "index", "flat"]
license = "MIT"
name = "flat_rbtree"
readme = "README.md"
repository = "https://github.com/matheus-git/flat_rbtree"
version = "0.1.2"
[profile.bench]
debug = 0