https://github.com/awesomelistsio/awesome-rust
A curated list of awesome resources and tips for Rust programming language enthusiasts.
https://github.com/awesomelistsio/awesome-rust
awesome awesome-list awesome-lists rust rust-lang
Last synced: 8 months ago
JSON representation
A curated list of awesome resources and tips for Rust programming language enthusiasts.
- Host: GitHub
- URL: https://github.com/awesomelistsio/awesome-rust
- Owner: awesomelistsio
- Created: 2023-06-18T23:30:30.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-06-26T21:38:44.000Z (10 months ago)
- Last Synced: 2025-08-06T22:05:37.467Z (8 months ago)
- Topics: awesome, awesome-list, awesome-lists, rust, rust-lang
- Language: Python
- Homepage: https://awesome.himpfen.com/
- Size: 17.6 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-zig - Awesome Rust
- awesome-sqlite - Awesome Rust
README
# Awesome Rust [](https://github.com/brandonhimpfen/awesome)
[](https://ko-fi.com/awesomelists) [](https://www.paypal.com/donate/?hosted_button_id=3LLKRXJU44EJJ) [](https://tinyurl.com/e8ymxdw3) [](https://x.com/ListsAwesome) [](https://www.facebook.com/awesomelists)
> A curated list of awesome resources and tips for Rust programming language enthusiasts.
## Table of Contents
- [Official Resources](#official-resources)
- [Community](#community)
- [Learning](#learning)
- [Libraries](#libraries)
- [Tools](#tools)
- [Blogs and Newsletters](#blogs-and-newsletters)
- [Miscellaneous](#miscellaneous)
## Official Resources
- [The Rust Programming Language Book](https://doc.rust-lang.org/book/): The official book for learning Rust.
- [Rust by Example](https://doc.rust-lang.org/rust-by-example/): A collection of Rust code examples covering various topics.
- [Rust Standard Library Documentation](https://doc.rust-lang.org/std/): Detailed documentation for the Rust standard library.
## Community
- [Rust Programming Language Forum](https://users.rust-lang.org/): An active community forum for discussing Rust-related topics and getting help.
- [Rust Reddit](https://www.reddit.com/r/rust/): The Rust subreddit with news, discussions, and project showcases.
- [Rust Discord](https://discord.gg/rust-lang): Join the official Rust Discord server to chat with fellow Rustaceans.
## Learning
- [Rustlings](https://github.com/rust-lang/rustlings): Small exercises to get you started with Rust.
- [Rust Cookbook](https://rust-lang.github.io/rust-cookbook/): A collection of Rust recipes and idiomatic solutions to common problems.
- [The Rustonomicon](https://doc.rust-lang.org/nomicon/): The unofficial guide to all the dark corners of the Rust programming language.
- [Rust Design Patterns](https://rust-unofficial.github.io/patterns/): Common design patterns implemented in Rust.
## Libraries
- [Tokio](https://tokio.rs/): An asynchronous runtime for Rust that enables writing asynchronous programs.
- [Rocket](https://rocket.rs/): A web framework for Rust that makes building web applications simple and intuitive.
- [Serde](https://serde.rs/): A powerful serialization and deserialization library for Rust.
- [Diesel](http://diesel.rs/): A safe, extensible ORM and query builder for Rust.
- [Actix](https://actix.rs/): A fast, actor-based web framework for building highly scalable and concurrent applications.
## Tools
- [Cargo](https://doc.rust-lang.org/cargo/): The package manager and build system for Rust.
- [rustfmt](https://github.com/rust-lang/rustfmt): A tool for formatting Rust code according to style guidelines.
- [Clippy](https://github.com/rust-lang/rust-clippy): A collection of lints to catch common mistakes and improve your Rust code.
- [Rust Analyzer](https://rust-analyzer.github.io/): A fast and feature-rich IDE extension for Rust.
## Blogs and Newsletters
- [Rust Blog](https://blog.rust-lang.org/): Official blog for the Rust programming language.
- [This Week in Rust](https://this-week-in-rust.org/): A weekly newsletter highlighting interesting Rust projects, tools, and articles.
- [Are We Web Yet?](https://www.arewewebyet.org/): A blog focused on Rust's web development ecosystem.
- [The Rusty Spike](https://rusty-spike.blubrry.net/): A podcast discussing various topics related to Rust.
## Miscellaneous
- [Rustlings](https://github.com/rust-lang/rustlings): Small exercises to get you started with Rust.
- [Rust Cookbook](https://rust-lang.github.io/rust-cookbook/): A collection of Rust recipes and idiomatic solutions to common problems.
- [The Rustonomicon](https://doc.rust-lang.org/nomicon/): The unofficial guide to all the dark corners of the Rust programming language.
- [Rust Design Patterns](https://rust-unofficial.github.io/patterns/): Common design patterns implemented in Rust.
## Contribute
Contributions are welcome!
## License
[](http://creativecommons.org/licenses/by-sa/4.0/)