[dependencies]
[lib]
name = "pulz_bitset"
path = "src/lib.rs"
[package]
authors = ["Christoph Hommelsheim <main@chommel.en>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures"]
description = "A simple bitset implementation"
edition = "2024"
keywords = ["bitset", "collection"]
license = "MIT OR Apache-2.0"
name = "pulz-bitset"
readme = "README.md"
repository = "https://github.com/HellButcher/pulz.git"
resolver = "2"
version = "0.1.0-alpha2"