/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

ohadravid.github.io
| | surma.dev
3.6 parsecs away

Travel
| | What follows is a brain dump of everything I know about compiling Rust to WebAssembly. Enjoy.
| | blog.m-ou.se
2.9 parsecs away

Travel
| | Have you ever seen the Rust compiler give a Python error? Or better, have you ever seen rust-analyzer complain about Python syntax? In this post, we'll extend our python!{} macro to make that happen.
| | cprimozic.net
3.4 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.
| | blog.yoshuawuyts.com
32.2 parsecs away

Travel
| [AI summary] The author recaps developments in Rust futures concurrency since 2020, proposing ergonomic trait-based APIs for joining and racing futures and outlining a path to forward-compatible inclusion in the standard library.