smallbitvec

Crates.iosmallbitvec
lib.rssmallbitvec
version2.5.3
sourcesrc
created_at2017-09-09 17:51:23.463071
updated_at2024-03-17 20:57:57.313836
descriptionA bit vector optimized for size and inline storage
homepage
repositoryhttps://github.com/servo/smallbitvec
max_upload_size
id31201
size59,575
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: 115

cargo fmt