rart 0.2.0

High-performance Adaptive Radix Tree implementation with SIMD optimizations
Documentation
[[bench]]
harness = false
name = "art_bench"
path = "benches/art_bench.rs"

[[bench]]
harness = false
name = "art_compare_bench"
path = "benches/art_compare_bench.rs"

[[bench]]
harness = false
name = "node_mapping_microbenches"
path = "benches/node_mapping_microbenches.rs"

[[bench]]
harness = false
name = "versioned_tree_bench"
path = "benches/versioned_tree_bench.rs"

[dependencies.num-traits]
version = "0.2"

[dependencies.simdeez]
optional = true
version = "2.0.0-dev5"

[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.7"

[dev-dependencies.im]
version = "15.1"

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

[dev-dependencies.shuttle]
version = "0.7"

[[example]]
name = "idiomatic_interface"
path = "examples/idiomatic_interface.rs"

[features]
default = ["simd_keys"]
simd_keys = ["dep:simdeez"]

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

[package]
authors = ["Ryan Daum <ryan.daum@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures"]
description = "High-performance Adaptive Radix Tree implementation with SIMD optimizations"
edition = "2024"
homepage = "https://github.com/rdaum/rart-rs"
keywords = ["datastructure", "tree", "radix", "index"]
license = "Apache-2.0"
name = "rart"
readme = "README.md"
repository = "https://github.com/rdaum/rart-rs"
resolver = "2"
version = "0.2.0"