[package]
edition = "2021"
name = "thicket"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Collections using splay trees"
readme = "README.md"
keywords = [
"container",
"splay",
"sort",
"map",
"set",
]
categories = [
"algorithms",
"no-std",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/duncanlivingston/thicket"
[lib]
name = "thicket"
path = "src/lib.rs"
[dependencies.compact_str]
version = "0.9"
default-features = false
[dev-dependencies.rand]
version = "0.9"