# smallbitvec **Repository Path**: mirrors_servo/smallbitvec ## Basic Information - **Project Name**: smallbitvec - **Description**: A growable bit-vector for Rust, optimized for size - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-02-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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. * [Documentation](https://docs.rs/smallbitvec) * [crates.io](https://crates.io/crates/smallbitvec) * [Release notes](https://github.com/servo/smallbitvec/releases)