Rust-Language#
Handbuch:
- https://doc.rust-lang.org/book/
-> Handbuch (17.12.2021)
- https://doc.rust-lang.org/book/print.html
-> PDF-Version zum Drucken per PDF-Export
- https://serokell.io/blog/rust-guide
(17.12.2021)
Tl;dr:
* better memory safety due to the compiler; * easier concurrency due to the data ownership model that prevents data races; * zero-cost abstractions.
- https://lkml.org/lkml/2021/4/14/1023
-> Rust für den Linux-Kernel (17.12.2021)