issues
search
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
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
!assert in encode_var
#38
cemoktra
closed
3 months ago
1
Decoding doesn't always return `None` when it should.
#37
JayWhite2357
opened
9 months ago
0
fix: decode returns `None` with u64::MAX + 1
#36
JayWhite2357
opened
9 months ago
1
Incorrect result without error on overflow
#35
semihbkgr
closed
9 months ago
2
fix: disallow nonminimal encoding
#34
stringhandler
closed
11 months ago
0
for #32: conditionally add Send requirement for AsyncRead/Write
#33
dermesser
closed
1 year ago
0
feat: remove not required `Send` bound
#32
dignifiedquire
closed
1 year ago
4
Miri complains of OOB caused by pointer size mismatch
#31
YoshikiTakashima
closed
1 year ago
3
Draft backward incompatible: proposal to address UB `FixedInt`
#30
jorgecarleitao
closed
2 years ago
2
Consider sealing `FixedInt`
#29
jorgecarleitao
opened
2 years ago
2
Added `#![forbid(unsafe_code)]`
#28
jorgecarleitao
closed
1 year ago
1
Add `#[forbid(unsafe_code)]`?
#27
jorgecarleitao
opened
2 years ago
1
Is there any plan on supporing network-endian on FixedInt ?
#26
changrui0608
closed
2 years ago
3
Impl FixedInt for i8/u8 and fix size for isize/usize
#25
changrui0608
closed
2 years ago
1
Build of the crate fails on big-endian architecture
#24
Laiot
opened
2 years ago
5
Replace unaligned pointer deref with read_unaligned
#23
saethlin
closed
2 years ago
1
Better size limit for #21
#22
dermesser
closed
2 years ago
0
Silent downcast overflow
#21
crepererum
closed
2 years ago
5
Integer encoding to buffer fails
#20
rkfox
closed
3 years ago
3
write instead of write_all causes very rare failures
#19
mfro
closed
3 years ago
1
Specify the license field in Cargo.toml
#18
haoheharry
closed
3 years ago
1
Consider a new release?
#17
shuoli84
closed
3 years ago
2
update tokio => 1.0
#16
shuoli84
closed
3 years ago
0
tokio = 1.0
#15
shuoli84
closed
3 years ago
0
consider make zigzag explicitly instead of implicit apply it on signed
#14
shuoli84
closed
3 years ago
9
Fix VarInt decoding with extra bytes at the end
#13
jamesbornholt
closed
4 years ago
1
Upgrade tokio to v0.3
#12
devashishdxt
closed
4 years ago
0
decode_var return value changed in 1.2.0
#11
thomaskrause
closed
4 years ago
2
Return error for unterminated varint (Fix #9)
#10
yihuang
closed
4 years ago
1
Handling varint decode errors
#9
SOF3
closed
4 years ago
2
Optimize the fast-path of 0 for varint
#8
JAicewizard
closed
4 years ago
11
Panic triggered by Thrift's usage of library, introduced in 1.1.0
#7
nikclayton-dfinity
closed
4 years ago
7
Support for asynchronous operations
#6
dermesser
closed
4 years ago
0
Fixed clippy warnings
#5
devashishdxt
closed
4 years ago
0
Implement async versions of VarIntReader and VarIntWriter
#4
devashishdxt
closed
4 years ago
13
Panic during read
#3
anna-is-cute
closed
6 years ago
2
Fix a number of issues noticed encoding very {large/small} 64-bit integers
#2
allengeorge
closed
7 years ago
2
Would it be possible to separate writing a varint vs. wring a zig-zag varint?
#1
allengeorge
closed
7 years ago
3