P3KI / bendy

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

Implement `size_hint` for `MapAccess`/`SeqAccess` implementers #64

Open Mingun opened 1 year ago

Mingun commented 1 year ago

I just noticed, that your MapAccess and SeqAccess implementors does not implement size_hint, but it seems that should be pretty easy to implement.