Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 789 Bytes

File metadata and controls

11 lines (7 loc) · 789 Bytes

Ask DeepWiki

rust_training

A collection of small programs implemented in both Python and Rust. This repository is intended for practicing Rust, comparing it with Python implementations, and exploring language differences and performance characteristics. Each project is a self-contained exercise to strengthen Rust skills while keeping Python as a reference.

Recommended Resources:

  • Rustfully, a very good Youtuber which explains Rust from the ground up.
  • Quickref.me Cheat Sheet, a very clean and simple overview about the most important Rust methods.
  • Rust docs, The complete Rust docs.