No description
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Daniel Baumann 239a73af02
Releasing fastforward version 2.6.1-1~ffwd13+u1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2026-07-20 13:18:05 +02:00
benches Adding upstream version 2.6.0. 2026-07-20 13:17:29 +02:00
debian Releasing fastforward version 2.6.1-1~ffwd13+u1. 2026-07-20 13:18:05 +02:00
src Merging upstream version 2.6.1. 2026-07-20 13:17:55 +02:00
.cargo_vcs_info.json Merging upstream version 2.6.1. 2026-07-20 13:17:55 +02:00
.gitignore Adding upstream version 2.6.0. 2026-07-20 13:17:29 +02:00
.travis.yml Adding upstream version 2.6.0. 2026-07-20 13:17:29 +02:00
Cargo.lock Merging upstream version 2.6.1. 2026-07-20 13:17:55 +02:00
Cargo.toml Merging upstream version 2.6.1. 2026-07-20 13:17:55 +02:00
Cargo.toml.orig Merging upstream version 2.6.1. 2026-07-20 13:17:55 +02:00
LICENSE-APACHE Adding upstream version 2.6.0. 2026-07-20 13:17:29 +02:00
LICENSE-MIT Adding upstream version 2.6.0. 2026-07-20 13:17:29 +02:00
README.md Adding upstream version 2.6.0. 2026-07-20 13:17:29 +02:00

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.