|
You are here |
gist.github.com | ||
| | | | |
blog.burntsushi.net
|
|
| | | | | I blog mostly about my own programming projects. | |
| | | | |
poignardazur.github.io
|
|
| | | | | [Note - This is republishing of an article that was previous posted on github gist, and advertised on reddit in January 2021.] | |
| | | | |
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. | |
| | | | |
nora.codes
|
|
| | | |||