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
Gründe zur Neugier:#
- https://serokell.io/blog/rust-guide
(17.12.2021)
Tl;dr - Too long; didn't read:
* better memory safety due to the compiler; * easier concurrency due to the data ownership model that prevents data races; * zero-cost abstractions.
Beispiel-Anwendungen#
- https://lkml.org/lkml/2021/4/14/1023
-> Rust für den Linux-Kernel (17.12.2021)
- Broot
mit Einführung
(17.12.2021)
"broot" oder kurz "br" ist ein pfeilschneller 1/2/x-Fenster-Dateibrauser in Rust geschrieben, mit Whale-watchmodus, d.h. er zeigt mit Parameter "-w" die Dateien nach Größe sortiert an.
Add new attachment
Only authorized users are allowed to upload new attachments.