Skip to main content

Rust

A multi-paradigm, high-level, general-purpose programming language, with no runtime and garbage collector.

Resources

  • Official Getting Start Guide
    • A getting start guide provided by the official Rust team
  • Command Line Rust
    • Replicating 14 command line tools in Rust with clap crate
    • Emphasize test-driven development
    • All the code is available on GitHub
    • In my opinion, a pretty good way to get started on Rust for people with some programming experience
    • It gradually introduces the key concepts and the standard library in each chapter

Site

Guides

Blogs