natbitset 0.1.0

A super-lightweight bitset implementation for positive integers.
Documentation
[dependencies.num-traits]
version = "0.2.19"

[lib]
name = "natbitset"
path = "src/lib.rs"

[package]
authors = ["Sup#2.0"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A super-lightweight bitset implementation for positive integers."
documentation = "https://docs.rs/natbitset/latest"
edition = "2024"
license = "MIT"
name = "natbitset"
readme = "src/readme.md"
repository = "https://github.com/Sup2point0/natbitset"
version = "0.1.0"

[[test]]
name = "constructors"
path = "tests/constructors.rs"

[[test]]
name = "ops"
path = "tests/ops.rs"

[[test]]
name = "query"
path = "tests/query.rs"