toby / serde-bencode

Serde backed Bencode encoding/decoding library for Rust.
MIT License
65 stars 16 forks source link

Fix potential u64 overflow when casting to i64 #22

Closed knightpp closed 3 years ago

toby commented 3 years ago

Thanks for this!