1
0
Fork 0
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:
Robin Appelman 2019-08-28 02:44:35 +02:00
commit 2fd2b49810
3 changed files with 22 additions and 44 deletions

View file

@ -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"