• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

benches/H03-May-2022-218184

src/H03-May-2022-1,374972

.cargo-checksum.jsonH A D03-May-202289 11

.cargo_vcs_info.jsonH A D01-Jan-197074 65

.gitignoreH A D09-Sep-201731 43

.travis.ymlH A D06-Dec-2018359 1312

Cargo.tomlH A D01-Jan-19701,016 2926

Cargo.toml.orig-cargoH A D06-Dec-2018457 1614

LICENSE-APACHEH A D09-Sep-201710.6 KiB202169

LICENSE-MITH A D06-Dec-20181 KiB2622

README.mdH A D06-Mar-2018357 107

README.md

1# smallbitvec
2
3A bit vector that is only one word wide, and can store data either inline or
4on the heap.  Like the `bit-vec` crate but optimized for small inline size and
5reduced allocations.
6
7* [Documentation](https://docs.rs/smallbitvec)
8* [crates.io](https://crates.io/crates/smallbitvec)
9* [Release notes](https://github.com/servo/smallbitvec/releases)
10