google / comprehensive-rust

This is the Rust course used by the Android team at Google. It provides you the material to quickly teach Rust.
https://google.github.io/comprehensive-rust/
Apache License 2.0
27.98k stars 1.67k forks source link

Show expressions trees #2425

Closed mgeisler closed 4 weeks ago

mgeisler commented 1 month ago

While giving the class, I noticed that a few people were not used to this kind of recursive structures. A diagram could help here.