integer-encoding 1.0.8

varint+zigzag and fixedint integer encoding/decoding (https://developers.google.com/protocol-buffers/docs/encoding)
Documentation
1
2
3
4
5
6
7
8
9
10
11
language: rust

# Test on the latest versions of all channels.
rust:
  - stable
  - beta
  - nightly

# Run this build on the "container-based infrastructure"
# See http://docs.travis-ci.com/user/workers/container-based-infrastructure/.
sudo: false