/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

blog.m-ou.se
| | www.schneems.com
2.3 parsecs away

Travel
| | Update (2025/04/02): The change I suggested below was merged in PR #64. It's pretty neat I went from knowing nothing about this project to contributing to it...
| | surma.dev
1.5 parsecs away

Travel
| | What follows is a brain dump of everything I know about compiling Rust to WebAssembly. Enjoy.
| | cprimozic.net
1.5 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.
| | rust-embedded.github.io
21.0 parsecs away

Travel
| [AI summary] This excerpt from The Embedded Rust Book explains the differences between standard and embedded programming environments, detailing the role of the no_std feature and how developers borrow allocation and hardware access for systems with limited resources.