[package]
edition = "2021"
rust-version = "1.65"
name = "bittle"
version = "0.7.0"
authors = ["John-John Tedro <udoprog@tedro.se>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Zero-cost bitsets over native Rust types"
homepage = "https://github.com/udoprog/bittle"
documentation = "https://docs.rs/bittle"
readme = "README.md"
keywords = [
"bits",
"bitvec",
"container",
"data-structure",
"no_std",
]
categories = ["data-structures"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/udoprog/bittle"
[lib]
name = "bittle"
path = "src/lib.rs"
[[test]]
name = "zero_capacity"
path = "tests/zero_capacity.rs"