Rust-Language#

Handbuch:

Gründe zur Neugier:
 * better memory safety due to the compiler;
 * easier concurrency due to the data ownership model that prevents data races;
 * zero-cost abstractions.