rust-unofficial / patternsLinks
A catalogue of Rust design patterns, anti-patterns and idioms
☆8,636Updated this week
Alternatives and similar repositories for patterns
Users that are interested in patterns are comparing it to the libraries listed below
Sorting:
- 🦀 A peer-reviewed collection of articles/talks/repos which teach concise, idiomatic Rust.☆7,448Updated last month
- Serialization framework for Rust☆10,217Updated 3 weeks ago
- A bunch of lints to catch common mistakes and improve your Rust code. Book: https://doc.rust-lang.org/clippy/☆12,732Updated this week
- Rayon: A data parallelism library for Rust☆12,453Updated last month
- Rust Language Cheat Sheet - https://cheats.rs☆4,443Updated 3 months ago
- Rust parser combinator framework☆10,235Updated 3 months ago
- Learn Rust by writing Entirely Too Many linked lists☆3,476Updated last year
- https://rust-lang-nursery.github.io/rust-cookbook☆2,502Updated 3 weeks ago
- Format Rust code☆6,683Updated last week
- A full featured, fast Command Line Argument Parser for Rust☆15,852Updated last week
- Educational blog posts for Rust beginners☆8,248Updated 10 months ago
- A bunch of links to blog posts, articles, videos, etc for learning Rust☆12,039Updated last year
- A comparison of some web frameworks and libs written in Rust☆5,637Updated last month
- Tools for concurrent programming in Rust☆8,208Updated this week
- A safe, extensible ORM and Query Builder for Rust☆13,831Updated last week
- List of Rust books☆5,315Updated 6 months ago
- An easy and powerful Rust HTTP Client☆11,204Updated last week
- Learn to write Rust procedural macros [Rust Latam conference, Montevideo Uruguay, March 2019]☆4,692Updated 3 weeks ago
- Flexible concrete Error type built on std::Error☆6,326Updated this week
- Fast and friendly HTTP server framework for async Rust☆5,114Updated last year
- 🧰 The Rust SQL Toolkit. An async, pure Rust SQL crate featuring compile-time checked queries without a DSL. Supports PostgreSQL, MySQL, …☆16,151Updated 2 weeks ago
- Strongly typed JSON library for Rust☆5,404Updated this week
- 🦀 How to minimize Rust binary size 📦☆9,556Updated 2 months ago
- Statistics-driven benchmarking library for Rust☆5,380Updated 2 weeks ago
- Application level tracing for Rust.☆6,407Updated this week
- Zero-cost asynchronous programming in Rust☆5,781Updated 5 months ago
- An HTTP library for Rust