packedvec 1.1.0

Store vectors of integers efficiently
Documentation
1
2
3
4
5
6
7
8
language: rust
rust: stable
before_script:
- rustup component add rustfmt-preview
script:
- cargo fmt --all -- --check
- cargo build
- cargo test