bose_einstein 0.1.1

A data structure that efficiently partitions elements into two sets
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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"