luojia65 / mc-varint

Minecraft VarInt and VarLong implemetation in Rust, providing minimum memory usage and maximum performance.
Do What The F*ck You Want To Public License
12 stars 3 forks source link

Fixed 0 handling #1

Closed belohnung closed 4 years ago

belohnung commented 4 years ago

There was an translation issue between java and rust where do while was interpreted with while which led to ignoring 0 bytes.

Java

belohnung commented 4 years ago

Closed because i don't think you care