arraydeque 0.5.1

A ring buffer with a fixed capacity, which can be stored on the stack.
Documentation
language: rust

sudo: required

matrix:
  include:
    - rust: 1.20.0
    - rust: stable
    - rust: beta
    - rust: nightly

branches:
  only:
    - master

script:
  - |
      cargo test --verbose &&
      cargo build --verbose &&
      cargo build --verbose --no-default-features &&