binvec 0.1.1

It is a binary vector type developed in Rust to use memory efficiently. It is characterized by using the minimum memory space to store an array of bool values.
Documentation
[dependencies]

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

[package]
authors = ["Jababa <im@jababa.im>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "It is a binary vector type developed in Rust to use memory efficiently. It is characterized by using the minimum memory space to store an array of bool values."
edition = "2024"
license = "MIT"
name = "binvec"
readme = "README.md"
version = "0.1.1"