callum-oakley / json5-rs

A Rust JSON5 serializer and deserializer which speaks Serde.
ISC License
184 stars 23 forks source link

Implement size_hint for de::SeqAccess and de::MapAccess #22

Closed gebressler closed 4 years ago

gebressler commented 4 years ago

This is the first of two changes I'd like to propose. The next will add line/column number information to errors.

callum-oakley commented 4 years ago

And line and column number information in errors sounds great, would happily merge that too if you get round to it.

callum-oakley commented 4 years ago

published as 0.2.8