integer-encoding 1.1.7

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
12
13
14
language: rust
dist: bionic

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

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