Skip to content

Latest commit

 

History

History
6 lines (3 loc) · 324 Bytes

README.md

File metadata and controls

6 lines (3 loc) · 324 Bytes

Build Status

VarInt

A Rust library to encode and decode signed and unsigned integers to VarInts. VarInts are used in Google's Protocol Buffers, see here.