A rust library for encoding and decoding bencode with enforced cannonicalization rules.
BSD 3-Clause "New" or "Revised" License
77
stars
14
forks
source link
Failure in display message of `decoding::Error::UnexpectedToken` #25
Open
0ndorio opened 5 years ago
The current display message is defined as https://github.com/P3KI/bendy/blob/92c6e07493e5bd61d605e59430067edda7e7f3e7/src/decoding/error.rs#L52 but based on the usage in https://github.com/P3KI/bendy/blob/92c6e07493e5bd61d605e59430067edda7e7f3e7/src/decoding/error.rs#L90-L95 it should be the other way around.