smallbitvec 2.5.0

A bit vector optimized for size and inline storage
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dev-dependencies.bit-vec]
version = "0.4.4"

[dev-dependencies.rand]
version = "0.4.2"

[package]
authors = ["Matt Brubeck <mbrubeck@limpet.net>"]
categories = ["data-structures"]
description = "A bit vector optimized for size and inline storage"
documentation = "https://docs.rs/smallbitvec"
keywords = ["bitvec", "bitmap", "vec", "data-structures"]
license = "MIT / Apache-2.0"
name = "smallbitvec"
readme = "README.md"
repository = "https://github.com/servo/smallbitvec"
version = "2.5.0"