raftlog 0.6.0

An implementation of distributed replicated log based on the Raft algorithm
Documentation
language: rust

rust:
  - stable
  - beta
  - nightly

before_script:
  - rustup component add clippy-preview

script:
  - cargo test
  - cargo clippy

matrix:
  allow_failures:
    - rust: nightly

env:
  global:
  - RUSTFLAGS="-D warnings"