Serialize and Deserialize Data in Rust π¦ Using serde and serde_json
TL;DR The Code
As usual, the example code is available in my GitHub repository:
https://github.com/dirien/quick-bites/tree/main/rust-json
Introduction
In this blog post, I will show you how to serialize and deserialize data in Rust π¦ using the ser...
blog.ediri.io8 min read
Simon B
Thank you, your example was very useful in helping me understand this concept.