We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa343c4 commit 3512549Copy full SHA for 3512549
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "flat_rbtree"
3
-version = "0.1.4"
+version = "0.1.5"
4
edition = "2024"
5
authors = ["Matheus-git <mathiew0@gmail.com>"]
6
description = "A flat, index-based Red-Black Tree with no heap allocations. Ideal for performance-critical or memory-constrained environments."
0 commit comments