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

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

Install on Windows 10/11 using winget

winget install --id Rustlang.Rust.GNU

Learn Rust

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

Learn Rust | TryHackMe

Rust Cheat Sheet

Cargo

Cargo is Rust’s build system and package manager.

The Cargo Book

Popular posts from this blog

nmap - The Network Mapper

WARNING : It is ILLEGAL to scan hosts without permission.

Red Hat Enterprise Linux Developer Subscription

subscription-manager register subscription-manager subscribe subscription-manager list subscription-manager repos --list-enabled

How to charge your device from USB Port

First of all, check BIOS Settings of your laptop or desktop Dell Look for USB PowerShare BIOS Settings: USB PowerShare Lenovo Look for Always On USB Charge in Off Mode BIOS Settings: Enable Always On USB Charge in Off Mode