Explore >> Select a destination


You are here

developerlife.com
| | blog.jetbrains.com
10.0 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
| | blog.logrocket.com
7.9 parsecs away

Travel
| | Declarative and procedural macros enable metaprogramming in Rust, which can lead to runtime cost savings and more powerful code.
| | blog.m-ou.se
13.9 parsecs away

Travel
| | About a year ago, I published a Rust crate called inline-python, which allows you to easily mix some Python into your Rust code using a python!{ .. } macro. In this series, I'll go through the process of developing this crate from scratch.
| | rupertmckay.com
49.1 parsecs away

Travel
| async/await vs promises.