bit-byte-bit 0.2.2

Implements a bit string using a collection of bytes.
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 = "bit-byte-bit"
version = "0.2.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Implements a bit string using a collection of bytes."
readme = "README.md"
keywords = [
    "bitarray",
    "bitstring",
    "bits",
    "bytearray",
    "bytes",
]
categories = ["data-structures"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/stratagyn/bit-byte-bit"

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