canndrew / smallbitvec

A growable bit-vector for Rust, optimized for size

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

smallbitvec

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

About

A growable bit-vector for Rust, optimized for size

License:Apache License 2.0


Languages

Language:Rust 100.0%