comprehensive-rust
comprehensive-rust copied to clipboard
This is the Rust course used by the Android team at Google. It provides you the material to quickly teach Rust.
* Adding an extra example of converting `String` back to `&str`. * C++ who would often read this guide could get immediate intuitive understanding of Rust strings if you compare...
It makes sense to add a speaker note about the question asked. Alternatively, we could probably remove the question, because it has a fairly tricky answer that quickly touches more...
It could be a "gotcha" moment for readers when they associate `()` with `void` from, say, C++.
Adding a mention of LSP and rust-analyzer