Marcono1234 / struson

Streaming JSON reader and writer written in Rust
https://crates.io/crates/struson
Apache License 2.0
59 stars 6 forks source link

[serde] Add more Serde derived tests #43

Open Marcono1234 opened 7 months ago

Marcono1234 commented 7 months ago

Enhancement description

As seen with #41 it might be useful to add more Serde tests which cover derived implementations, therefore being closer to real code.

Could possibly

But don't need to cover everything since the Serializer and Deserializer usage might be similar for many cases, and only the derived Serialize and Deserialize implementation has larger differences, but that is unrelated to the Serde support by Struson.