From 039771989936eaa48413fadd9524740f8b7ae802 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stjepan=20Jurekovi=C4=87?= Date: Wed, 31 Jan 2024 21:47:55 +0100 Subject: [PATCH] Added Rust Design Patterns Hi, Stjepan here from Manning. I thought this title might be a good match for your list. Thank you for considering it. Best, --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index ad4d0f2..46ee84e 100644 --- a/README.md +++ b/README.md @@ -183,6 +183,14 @@ You'll learn how to: - Observe the state of your application using structured logs - Set up an extensive continuous integration and continuous deployment pipeline for your Rust projects +### [Rust Design Patterns](https://www.manning.com/books/rust-design-patterns) + + + +Rust Design Patterns presents dozens of established programming and architecture solutions that take advantage of Rust’s unique language design. You’ll start with the basics of generics and traits, using them as a foundation to rapidly progress to metaprogramming, building your own libraries, and even advanced patterns like fluent interfaces and making immutable structures. + +Throughout this unique book, you’ll find useful code samples that are easy to adapt and reuse for your own projects. Hone your Rust skills with functional programming techniques, and explore examples of common anti-patterns so you know mistakes to avoid. You’ll soon have an in-depth understanding of when and how to apply each design pattern, and even create your very own! + **Advanced Books** ---