Techern-archived / Varint-rs

Variable-length integer implementation in Rust
Apache License 2.0
7 stars 2 forks source link

Support 64-bit Varints #3

Open CruzBishop opened 8 years ago

CruzBishop commented 8 years ago

I need to add support for 64-bit variable-length integers.

This should be as easy as copying and pasting the read/write functions and changing one part, but I'll leave it until I've tested the 32-bit functions in other projects.

Adrian8115 commented 6 months ago

how is it going? the update takes a bit long...