Explore >> Select a destination


You are here

poignardazur.github.io
| | blog.jetbrains.com
16.3 parsecs away

Travel
| | Have you ever wondered how Rust's procedural macros work? In this blog post series, we will get into the details! A member of our team, Vladislav Beskrovny, recently gave a talk on the topic at RustCo
| | www.greyblake.com
15.8 parsecs away

Travel
| | A blog about software development.
| | developerlife.com
15.5 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.
| | www.shuttle.rs
79.0 parsecs away

Travel
| How we provision TLS certificates for custom domains in Rust using the `instant_acme` crate.