Systems programming language that runs blazingly fast, prevents segfaults, and guarantees thread safety.
In order to get started with Rust programming, type:
$ sudo dnf install rust cargo
This will install the compiler (rustc), standard library, gdb support, documentation generator (rustdoc) and the package manager (cargo).
Continue to the next section where project cration is discussed.