Tutorials

Learn Rust, One Exercise At A Time

You’ve heard about Rust, but you never had the chance to try it out?
This course is for you!

You’ll learn Rust by solving 100 exercises.
You’ll go from knowing nothing about Rust to being able to start writing your own programs, one exercise at a time.

Getting Started

Go to rust-exercises.com and follow the instructions there to get started with the course.

Requirements

  • Rust (follow instructions here).
    If rustup is already installed on your system, run rustup update (or another appropriate command depending on how you installed Rust on your system) to make sure you’re running on the latest stable version.
  • (Optional but recommended) An IDE with Rust autocompletion support. We recommend one of the following:
    • RustRover;
    • Visual Studio Code with the rust-analyzer extension.

Solutions

You can find the solutions to the exercises in the solutions branch of this repository.

Varshini

Varshini is a Cyber Security expert in Threat Analysis, Vulnerability Assessment, and Research. Passionate about staying ahead of emerging Threats and Technologies.

Recent Posts

Carseat : A Python Implementation Of Seatbelt

Carseat is a Python-based tool that replicates the functionality of the well-known security auditing tool,…

2 hours ago

Pyda : A Tool For Dynamic Binary Analysis

Pyda is an innovative tool designed to simplify dynamic binary analysis by allowing developers to…

2 hours ago

AMDVLK : The Power Of Vulkan On AMD GPUs For Linux

The AMD Open Source Driver for Vulkan® (AMDVLK) is a powerful, open-source Vulkan driver developed…

22 hours ago

Atomic Red Team : Mastering Threat Simulations For Advanced Security Testing

The Atomic Red Team is an open-source framework designed to help security teams emulate adversarial…

22 hours ago

SCCMHunter : A Comprehensive Tool For SCCM Asset Exploitation

SCCMHunter is a Python-based post-exploitation tool designed for security professionals to identify, profile, and exploit…

22 hours ago

eBPF File Creation Blocker : Enhancing Linux Security

The eBPF File Creation Blocker is a cutting-edge security module designed to prevent file creation…

23 hours ago