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.
RustNOASSERTION
Issues
- 1
!assert in encode_var
#38 opened by cemoktra - 0
- 2
Incorrect result without error on overflow
#35 opened by semihbkgr - 3
- 2
Consider sealing `FixedInt`
#29 opened by jorgecarleitao - 1
Add `#[forbid(unsafe_code)]`?
#27 opened by jorgecarleitao - 5
Silent downcast overflow
#21 opened by crepererum - 3
- 5
Build of the crate fails on big-endian architecture
#24 opened by Laiot - 3
Integer encoding to buffer fails
#20 opened by rkfox - 9
- 1
write instead of write_all causes very rare failures
#19 opened by mfro - 2
Consider a new release?
#17 opened by shuoli84 - 0
tokio = 1.0
#15 opened by shuoli84 - 7
- 2
decode_var return value changed in 1.2.0
#11 opened by thomaskrause - 2
Handling varint decode errors
#9 opened by SOF3 - 11
Optimize the fast-path of 0 for varint
#8 opened by JAicewizard - 13
- 2
Panic during read
#3 opened by anna-is-cute - 3
Would it be possible to separate writing a varint vs. wring a zig-zag varint?
#1 opened by allengeorge