Thursday | 28 MAR 2024
[ previous ]
[ next ]

Programming Rust - 02

Title:
Date: 2022-04-01
Tags:  

I read the actix-web stuff and that was pretty straightforward. No point in doing the code because I've written a tutorial for rust web apps and didn't see anything new there. It was nice to see serde as that seems so highly talked about and magical. I think I would get a lot out of manually writing a serialize and deserialize function for rust structs and see why serde exists. I get why but I'd like to know it deep down.