google / serde_json5

Apache License 2.0
12 stars 9 forks source link

Change serde_json5::from_reader to match serde_json #9

Closed erickt closed 3 months ago

erickt commented 3 months ago

Serde implements DeserializeOwned on &T, so passing in the reader as &mut R is redundant.

This changes the typaram to match serde_json, so it's a breaking change.

Closes #4.

coveralls commented 3 months ago

Pull Request Test Coverage Report for Build 8758194285

Details


Totals Coverage Status
Change from base Build 8758147368: 0.0%
Covered Lines: 618
Relevant Lines: 677

💛 - Coveralls