bitvek 0.3.0

A simple bit vector implementation.
Documentation
[dependencies]

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

[package]
authors = ["Lingxuan Ye <love@lingxuan.io>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["data-structures"]
description = "A simple bit vector implementation."
edition = "2021"
license = "MIT"
name = "bitvek"
readme = "README.md"
repository = "https://github.com/Lingxuan-Ye/bitvek"
version = "0.3.0"