P3KI / bendy

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

0ndorio commented 6 years ago

As the title mentions this adds all the missing derives for the AsString wrapper.

thequux commented 6 years ago

LGTM