filmov
tv
Hitchhiker's Guide to JSON Data in Rust 🦀 Serialize and Deserialize with Serde 🗺️ Rust Tutorial
Показать описание
The Rust ecosystem has developed a crate called "serde" that enables you to generate JSON strings from your Rust data structures, and vice versa. Serde works with many different data formats besides JSON as well, depending on what kind of services you're developing, or interacting with from the client side. Using Serde is very easy, by annotating your Rust structs with the Serialize and Deserialize macros, and then calling the appropriate conversion function from the data format's crate. If there's a data format not supported by Serde, you can develop your own implementation for that format, on top of Serde core. In this video, we'll take a look at some of the fundamental concepts behind Serde and working with JSON data.
Please follow me on these other social channels!
All trademarks, logos and brand names are the property of their respective owners. All company, product and service names used in this website are for identification purposes only. Use of these names,trademarks and brands does not imply endorsement.
#rustlang #rust #rustdev #opensource #software #linux #devops #programming #rusty #dev #coding #codinglife #code #coder #ubuntu #ubuntulinux #appdev #developer
Please follow me on these other social channels!
All trademarks, logos and brand names are the property of their respective owners. All company, product and service names used in this website are for identification purposes only. Use of these names,trademarks and brands does not imply endorsement.
#rustlang #rust #rustdev #opensource #software #linux #devops #programming #rusty #dev #coding #codinglife #code #coder #ubuntu #ubuntulinux #appdev #developer
Комментарии