rust-dense-bitset 0.1.1

Efficient and compact bitsets for Rust.
Documentation
language: rust
rust:
 - stable
 - beta
 - nightly
matrix:
 allow_failures:
  - rust: nightly
 fast_finish: true
cache: cargo
script:
  - cargo build --verbose --all
  - cargo test --verbose --all
  - cargo bench --verbose --all