samscott89 / serde_qs

Serde support for querystring-style strings
Apache License 2.0
193 stars 67 forks source link

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

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.