asink 0.1.2

Async sink for timeseries data
Documentation
language: rust
sudo: false
dist: trusty

rust:
  - stable
  - beta
  - nightly

matrix:
  allow_failures:
    - rust: nightly

script:
  - cargo test
  - diff answer.json test.json
  - diff answer.msg test.msg

env:
  - RUST_BACKTRACE=1