Skip to content

Instantly share code, notes, and snippets.

@thepacketgeek
thepacketgeek / rust_getting_started.md
Last active October 2, 2024 14:54
Diving into Rust

Diving into Rust

If you're wanting to get involved with Rust projects and see what the magic is all about, here are some great starting points!

Read

  • A Gentle Introduction
    • A little more focused on the main concepts, only takes an hour or so
  • The Book
    • This is the first and foremost (albiet most time consuming) way to get familiar
  • Py2Rs