Skip to main content

Rust: Free Online Courses

Rust logo

"Rust is a modern systems programming language focusing on safety, speed, and concurrency. It accomplishes these goals by being memory safe without using garbage collection."

  • Speed
  • Safe
  • Productive

Install Rust

Get started - Rust programming language

Learn Rust

https://www.rust-lang.org/learn

Learn Rust | TryHackMe

Cargo

Cargo is Rust’s build system and package manager.

The Cargo Book

Install rust and cargo on Fedora

$ sudo dnf install -y rust cargo
$ which rustc cargo
/usr/bin/rusts
/usr/bin/cargo
$ rustc -V
rustc 1.34.0
$ cargo -V
rustc 1.34.0

Popular posts from this blog

Fedora Workstation: Install snapd

[tuyen@g73jh ~]$ sudo dnf -y install snapd Last metadata expiration check: 0:20:17 ago on Tue 01 Oct 2019 11:31:30 AM +07. Dependencies resolved. ================================================================================ Package Architecture Version Repository Size ================================================================================ Installing: snapd x86_64 2.41-1.fc30 updates 17 M Installing dependencies: snap-confine x86_64 2.41-1.fc30 updates 2.8 M snapd-glib x86_64 1.49-1.fc30 updates 133 k snapd-selinux noarch 2.41-1.fc30 updates 234 k Installing weak dependencies: gnome-software-snap x86_64 3.32.4-2.fc30 updates 86 k Transaction Summary ================================================================================ Install 5 Packages Total download size...

Windows 10: Install SuSE Linux Enterprise - SLES

With Microsoft-Windows-Subsystem-Linux feature enabled, we can install Linux distributions on Windows 10.

Java: error - could not find or load main class

Java Error: Could not find or load main class Java: Common mistake of beginners