random-access-disk 0.3.2

Continuously read,write to disk, using random offsets and lengths
Documentation
language: rust
rust:
  - nightly

before_script: |
  rustup component add rustfmt-preview
script: |
  cargo fmt -- --write-mode=diff &&
  cargo build --verbose &&
  cargo test  --verbose
cache: cargo