Explore >> Select a destination


You are here

blog.burntsushi.net
| | rtpg.co
15.7 parsecs away

Travel
| |
| | www.fosskers.ca
15.1 parsecs away

Travel
| |
| | nick.groenen.me
14.4 parsecs away

Travel
| | 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
48.4 parsecs away

Travel
| 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.