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

Add utility methods to unpack bendy objects into common data types. #8

Closed 0ndorio closed 5 years ago

0ndorio commented 6 years ago

Should we provide more convenience functions to unpack directly into common container types -- if possible --?

Potential candidates:

0ndorio commented 5 years ago

Should be fixed through #16 as it introduced default implementations of FromBencode for common std data types.