P3KI / bendy

A rust library for encoding and decoding bencode with enforced cannonicalization rules.
BSD 3-Clause "New" or "Revised" License
70 stars 13 forks source link

Failure in display message of `decoding::Error::UnexpectedToken` #25

Open 0ndorio opened 4 years ago

0ndorio commented 4 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.

abungay commented 3 years ago

Any ETA on the release of this? Or are you accepting PR's?