varint 0.2.0

A Rust implementation of Google Protobuf's Variable-Length Integers
Documentation
1
2
3
4
5
6
# Varint-rs

##Variable-length integer implementation in Rust


[![Build Status](https://travis-ci.org/Techern/Varint-rs.svg?branch=master)](https://travis-ci.org/Techern/Varint-rs)  [![Crates.io](https://img.shields.io/crates/v/varint.svg)](https://crates.io/crates/varint) 

Please note: This does **not** provide stream or buffer APIs for reading and writing varints. That is up to you to implement, but may be added in a future release here after an implementation in Netherrack