dermesser / integer-encoding-rs

Integer encoding for primitive integer types: Supports varint/varint+zigzag and fixed-length integer encoding and decoding, and provides synchronous and asynchronous Write/Read types for easily writing/reading integers.
Other
66 stars 16 forks source link

Fix a number of issues noticed encoding very {large/small} 64-bit integers #2

Closed allengeorge closed 7 years ago

dermesser commented 7 years ago

thanks, LGTM! (except for one small thing) :-)

allengeorge commented 7 years ago

Oh - of course! I totally blanked on that. Will fix now. Thank you!