smallbitvec

Crates.iosmallbitvec
lib.rssmallbitvec
version2.6.0
created_at2017-09-09 17:51:23.463071+00
updated_at2025-02-15 04:08:08.862453+00
descriptionA bit vector optimized for size and inline storage
homepage
repositoryhttps://github.com/servo/smallbitvec
max_upload_size
id31201
size60,270
cargo publish (github:servo:cargo-publish)

documentation

https://docs.rs/smallbitvec

README

smallbitvec

A bit vector that is the size of a pointer, and can store data either inline or on the heap. Like the bit-vec crate but optimized for small inline size and reduced allocations.

Commit count: 127

cargo fmt