growth-ring 0.1.8

Simple and modular write-ahead-logging implementation.
Documentation
language: rust
rust:
  - stable
  - beta
  - nightly
matrix:
  allow_failures:
    - rust: nightly
  fast_finish: true
cache: cargo
before_install:
  - sudo apt-get -y install libaio-dev
script:
  - cargo build --verbose --all
  - cargo test --release --verbose --all