[package]
edition = "2024"
name = "bose_einstein"
version = "0.1.1"
authors = ["Milkey Mouse <milkeymouse@meme.institute>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A data structure that efficiently partitions elements into two sets"
readme = "README.md"
keywords = [
"collection",
"container",
"data-structure",
"partition",
"no-std",
]
categories = [
"data-structures",
"no-std",
]
license = "CC0-1.0"
repository = "https://github.com/milkey-mouse/bose_einstein"
[package.metadata.docs.rs]
all-features = true
[features]
allocator_api = []
default = ["allocator_api"]
[lib]
name = "bose_einstein"
path = "src/lib.rs"
[dev-dependencies.rand]
version = "0.9"