Me

|

Blog

|

Recent

|

Rust Useful Links

updated: 20th of February 2023

published: 24th of February 2022

Prelude

This post is a collection of links to resources that I have found useful for the Rust programming language.

Algorithms

  • Algorithms in Rust

Blogs

  • A practical guide to async in Rust by Carl Fredrik Samson
  • HTTP status codes with async Rust by Michael Snoyman
  • Rust Mutexes by Cliff L. Biffle
  • Common Rust Lifetime Misconceptions by pretzelhammer et all
  • A Guided Tour of Streams in Rust by Romain GĂ©rard

Books

  • Rust in Action by Tim McNamara
  • The Little Book of Rust Macros by Daniel Keep
  • Rust Atomics and Locks by Mara Bos

Coding Style

  • Clippy Lint Rules
  • Rust Design Patterns

Coding Practice

  • Rust Coding Exercises
  • Practice Coding Servers for Network Protocols
  • Master Rust by ReBuilding Complex Software
  • Building a DNS server in Rust

Documentation

  • Rust Libraries Docs
  • Rust by Example

Repositories

  • Rust Crates Repository
  • Awesome Rust list

Talks

  • RustConf 2020 - Error handling Isn't All About Errors by Jane Lusby
  • Rust Linz, September 2022 - Boxes, Heaps, and Stacks by Tim McNamara

Video Tutorials

  • Ultimate Rust Crash Course by Nathan Stocks
  • Ultimate Rust 2: Intermediate Concepts by Nathan Stocks
  • Improve your Rust skills by making an ECS library by Brooks Builds

Written Tutorials

  • Tokio async tutorial
  • Write a First Person Game in 2KB With Rust

drop(_)

Learn Rust, it's fn.

# rust



































On this page
Prelude
Algorithms
Blogs
Books
Coding Practice
Coding Style
Documentation
Repositories
Talks
Video Tutorials
Written Tutorials
Drop