msgpack 0.1.0

MessagePack serialization implementation for Rust
1
2
3
4
5
6
7
8
9
language: rust

script:
  - cargo build -v
  - cargo test -v

notifications:
  email:
    - michaelneuma@gmail.com