Hitchhiker's Guide to JSON Data in Rust 🦀 Serialize and Deserialize with Serde 🗺️ Rust Tutorial

Описание к видео 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.

🤯 Rust Programming Playlist 🦀    • Rust Programming Tutorial 🦀  

📖 Clap Docs 📦➡️ https://docs.rs/clap/latest/clap/inde...

Visual Studio Code ➡️ https://code.visualstudio.com
Rust Website ➡️ https://rust-lang.org
Rustup Installer ➡️ https://rustup.rs
Rust Docs ➡️ https://doc.rust-lang.org/book

Please follow me on these other social channels!

➡️ https://trevorsullivan.net
➡️ https://github.com/pcgeek86
➡️   / pcgeek86  
➡️    / trevorsullivan  
➡️   / trevorsoftware  
➡️ https://tiktok.com/pcgeek86

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

Комментарии

Информация по комментариям в разработке