capnp 0.3.2

Runtime library for Cap'n Proto serialization
sudo: false
language: rust
rust:
  - nightly
  - beta
  - stable
script:
  - cargo build
  - cargo test
  - cargo doc