Explore >> Select a destination


You are here

poignardazur.github.io
| | josephg.com
3.6 parsecs away

Travel
| | [AI summary] The user has expressed a wealth of ideas for improving the Rust programming language, covering topics like comptime, macros, macros, and more. They also mention their frustration with certain language features and the challenges of contributing to the Rust ecosystem through RFCs.
| | cprimozic.net
3.6 parsecs away

Travel
| | [AI summary] The article discusses creating a Rust procedural macro to automate the process of populating struct fields from a HashMap, reducing redundant code.
| | gist.github.com
0.0 parsecs away

Travel
| | GitHub Gist: instantly share code, notes, and snippets.
| | developerlife.com
7.8 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.