programmieren-in-rust
programmieren-in-rust copied to clipboard
Course page „Programmieren in Rust“, University Osnabrück (German!)
Kasten rechts unten: ```rust let b = Foo; let c = &mut b; ``` > error[[E0596]](https://doc.rust-lang.org/stable/error-index.html#E0596): cannot borrow `b` as mutable, as it is not declared as mutable Korrektur: ```rust...
- I would personally love to academic exposure to Rust - as of now I have to learn by doing and I believe a Rust academic course could serve the...
Ich arbeite mich gerade durch deine Vorlesung. Vielen, vielen Dank dafür, dass du die online gestellt hast! Es ist ohne Frage die beste Videoreihe die ich zu Rust gefunden habe....