thicket 0.1.0

Collections using splay trees
Documentation
[dependencies.compact_str]
default-features = false
version = "0.9"

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

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["algorithms", "no-std"]
description = "Collections using splay trees"
edition = "2021"
keywords = ["container", "splay", "sort", "map", "set"]
license = "MIT OR Apache-2.0"
name = "thicket"
readme = "README.md"
repository = "https://github.com/duncanlivingston/thicket"
version = "0.1.0"