[package]
name = "bitlist"
version = "0.0.2"
edition = "2024"
authors = ["Kazik24 <kazik24official@gmail.com>"]
readme = "README.md"
description = "Word-sized bit list implementation with bigint functionality"
documentation = "https://docs.rs/bitlist/latest/bitlist"
keywords = ["bitfields", "bitset", "bitvec", "int", "bigint"]
license = "MIT"
categories = ["data-structures", "mathematics", "algorithms"]
homepage = "https://github.com/Kazik24/bitlist"
repository = "https://github.com/Kazik24/bitlist"
[dependencies]
[dev-dependencies]
rand = "0.10"
[features]
align_32 = []
align_16 = []