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
Implement `size_hint` for `MapAccess`/`SeqAccess` implementers #64
Open
Mingun opened 1 year ago
I just noticed, that your
MapAccess
andSeqAccess
implementors does not implementsize_hint
, but it seems that should be pretty easy to implement.