prefix_array 0.3.3

A generic container for searching on prefixes of keys
Documentation
[[bench]]
harness = false
name = "prefix_array"
path = "benches/prefix_array.rs"

[dependencies]

[dev-dependencies.criterion]
version = "0.4"

[dev-dependencies.radix_trie]
version = "0.2.1"

[features]
default = ["std"]
std = []

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

[package]
authors = ["Alexander Hall <bearodark@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures", "no-std"]
description = "A generic container for searching on prefixes of keys"
edition = "2021"
homepage = "https://github.com/ultrabear/prefix_array_rs"
keywords = ["array", "collection", "generic", "prefix", "search"]
license = "MPL-2.0"
name = "prefix_array"
readme = "README.md"
repository = "https://github.com/ultrabear/prefix_array_rs"
rust-version = "1.65"
version = "0.3.3"