Skip to content

Commit

Permalink
Merge pull request #70 from stjepanjurekovic/patch-1
Browse files Browse the repository at this point in the history
Added Write Powerful Rust Macros
  • Loading branch information
sger authored Mar 23, 2024
2 parents 911157a + 18b5220 commit adb72e0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,12 @@ 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

### [Write Powerful Rust Macros](https://www.manning.com/books/write-powerful-rust-macros)

<img src="https://images.manning.com/book/4/d33e139-a73e-4206-b457-6fa024449e33/McNamara-Rust-HI.png" width="120px" />

Write Powerful Rust Macros is a comprehensive guide to creating macros in Rust. You’ll start your journey with declarative macros, then quickly move on to the powerful procedural macros to build your own domain-specific language. Learn how to create public fields, work with custom attributes, integrate your macros with other crates, write effective tests to ensure your macros are reliable and bug-free, and even share your macros with other developers.

**Advanced Books**
---

Expand Down

0 comments on commit adb72e0

Please sign in to comment.