serde-rs / serde-rs.github.io

https://serde.rs
Creative Commons Attribution Share Alike 4.0 International
22 stars 96 forks source link

Use std library functions to simplify deserializer example #157

Open AldaronLau opened 12 months ago

AldaronLau commented 12 months ago

While this doesn't reduce the number of lines of code, it does reduce the cognitive overhead in parts when reading the example.