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

hmailserver: Notes from the field

hmailserver is one of free open source mail servers running on Microsoft Windows operating system.

stegseek: Notes

StegCracker has been retired following the release of StegSeek, which will blast through the rockyou.txt wordlist within 1.9 second as opposed to StegCracker which takes ~5 hours.

Install Microsoft .NET Core SDK

.NET Core Software Development Kit (SDK) is a set of libraries and tools that allow developers to create .NET Core applications and libraries.