toby / serde-bencode

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

Update to work with Serde 0.9.X #4

Closed toby closed 7 years ago

toby commented 7 years ago

There are a number of breaking changes when you move from Serde 0.8 -> 0.9. The Serializer trait has changed the most but there are some changes to enum deserialization as well. serde-bencode needs to be reworked to be compatible.