What's everyone working on this week (25/2025)?

New week, new Rust! What are you folks up to?

Working on parsing some json and getting my head around rust after reading the book

In case you haven't yet stumbled across https://serde.rs/ and serde_json, it is the de facto standard way to parse Json in Rust. Serde offers one of the nicest parsing ergonomics I've encountered in any programming language so far, I'm sure you are going to enjoy it.

2 Likes

Yeah I have. I'm doing it to learn, just reinventing the wheel over here. Making it square so it is less efficient :grinning_face_with_smiling_eyes:

2 Likes