You are here |
blog.burntsushi.net | ||
| | | |
rtpg.co
|
|
| | | | ||
| | | |
www.fosskers.ca
|
|
| | | | ||
| | | |
nick.groenen.me
|
|
| | | | After working through "the book" on the Rust programming language and getting started with the first non-trivial, real-world application I found myself faced with a question I didn't yet feel well-equipped to handle: "How should you structure error handling in a mature rust application?" | |
| | | |
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. |