|
|
|
|
|
by stack_underflow
2104 days ago
|
|
I'm learning Rust for the first time and found that The Rust Book does a pretty good job of covering language concepts. I actually just finished reading the section on lifetimes last night: https://doc.rust-lang.org/book/ch10-03-lifetime-syntax.html My experience so far with Rust has been a huge reduction in mental burden/bookkeeping compared to when I write modern C++. |
|