Explore >> Select a destination


You are here

docs.rs
| | tokio.rs
2.9 parsecs away

Travel
| | Tokio is a runtime for writing reliable asynchronous applications with Rust. It provides async I/O, networking, scheduling, timers, and more.
| | rust-lang.github.io
2.8 parsecs away

Travel
| |
| | justinpombrio.net
3.4 parsecs away

Travel
| |
| | developerlife.com
15.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.