A rust library for encoding and decoding bencode with enforced cannonicalization rules.
BSD 3-Clause "New" or "Revised" License
76
stars
14
forks
source link
[Encoder] Adds missing derives for AsString (fixes #1). #2
Closed
0ndorio closed 6 years ago
As the title mentions this adds all the missing derives for the
AsString
wrapper.