mirror of
https://codeberg.org/icewind/bitbuffer.git
synced 2026-06-03 16:44:06 +02:00
fix 2's-completement encoding for non full with signed ints
This commit is contained in:
parent
f190ccf320
commit
2fd2b49810
3 changed files with 22 additions and 44 deletions
|
|
@ -12,7 +12,7 @@ name = "bitstream_reader_derive"
|
|||
proc-macro = true
|
||||
|
||||
[dependencies]
|
||||
syn = { version = "0.15" }
|
||||
syn = "0.15"
|
||||
quote = "0.6"
|
||||
proc-macro2 = "0.4"
|
||||
syn_util = "0.3"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue