|
You are here |
blog.jetbrains.com | ||
| | | | |
blog.logrocket.com
|
|
| | | | | Declarative and procedural macros enable metaprogramming in Rust, which can lead to runtime cost savings and more powerful code. | |
| | | | |
cprimozic.net
|
|
| | | | | ||
| | | | |
developerlife.com
|
|
| | | | | Procedural macros are a way for you to extend the Rust compiler and provide plugins that you can use to extend the language. They allow you to reduce the need to write manual boilerplate code, and even allow you to create your own DSL (domain specific language). This article goes into the details of creating the 3 kinds of procedural macros in Rust. | |
| | | | |
rust-unofficial.github.io
|
|
| | | Learning Rust With Entirely Too Many Linked Lists | ||