varint 0.2.0

A Rust implementation of Google Protobuf's Variable-Length Integers
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "varint"
version = "0.2.0"
authors = ["Cruz Julian Bishop <cruzjbishop@gmail.com>"]
description = "A Rust implementation of Google Protobuf's Variable-Length Integers"

repository = "https://github.com/Techern/Varint-rs"
documentation = "http://techern.github.io/Varint-rs"
readme = "README.md"
keywords = ["Protobuf", "Google", "Varint"]
license = "MIT"

[dependencies]
bit_utils = "0.1.0"