From bf5766d896403939cb5e9335efff738da6a1c0ba Mon Sep 17 00:00:00 2001 From: uo2 <45916144+uo2@users.noreply.github.com> Date: Mon, 24 Dec 2018 01:21:25 +0200 Subject: [PATCH] Added "The Little Book of Rust Macros" --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 8d118f1..e766598 100644 --- a/README.md +++ b/README.md @@ -191,6 +191,11 @@ This book describes web development using the Rust programming language and will Finally, you will be taken through examples of how to test and debug microservices and pack them to a tiny monolithic binary or put it into a container and deploy it to modern cloud platforms such as AWS. +### [The Little Book of Rust Macros](https://danielkeep.github.io/tlborm/book/index.html) *Free* (this is a work in progress) + +This book is an attempt to distil the Rust community's collective knowledge of Rust macros. The book will introduce Rust's Macro-By-Example system: *macro_rules!*. Rather than trying to cover it based on practical examples, it will instead attempt to give you a complete and thorough explanation of how the system works. As such, this is intended for people who just want the system as a whole explained, rather than be guided through it. + + **Resources** ====