varinteger 1.0.1

Rust module for encoding/decoding varints that doesn't do any IO. Inspired by the Node.js varint module
Documentation
1
2
3
4
5
6
7
8
9
[package]
name = "varinteger"
version = "1.0.1"
description = "Rust module for encoding/decoding varints that doesn't do any IO. Inspired by the Node.js varint module"
authors = ["Mathias Buus <mathiasbuus@gmail.com>"]
repository = "https://github.com/mafintosh/varinteger-rs"
keywords = ["protobuf", "protocol", "buffers", "varint", "variable", "length"]
readme = "README.md"
license = "MIT"