Learning about rust’s borrow checker is tying my brain in knots as a lowly python pleb
Discussion
Golang is a good intermediary step and has a really nice book for learning the standard library:
https://books.google.com.hk/books/about/The_Go_Programming_Language.html
If you're diving straight into rust, this is the best book:
https://books.google.com.hk/books/about/The_Rust_Programming_Language_Covers_Rus.html
Thanks! I’m in pretty deep with rust already but I’ll take a peek at golang.
Starting the 5th chapter on the interactive version of this book
https://rust-book.cs.brown.edu/
I think it’s the same book content, but I couldn’t get to your link. It’s been great so far. The section covering ownership was just super dense