|
You are here |
nercury.github.io | ||
| | | | |
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. | |
| | | | |
blog.meain.io
|
|
| | | | | A simple intro to Rust's macros | |
| | | | |
cprimozic.net
|
|
| | | | | [AI summary] The article discusses creating a Rust procedural macro to automate the process of populating struct fields from a HashMap, reducing redundant code. | |
| | | | |
huonw.github.io
|
|
| | | The `Send` and `Sync` traits in Rust are cool, here are two edge-ish cases. | ||