Explore >> Select a destination


You are here

without.boats
| | www.dgendill.com
3.3 parsecs away

Travel
| | [AI summary] This blog post discusses implementing a text-based adventure game engine using Rust and WebAssembly (WASM), focusing on interop between Rust and JavaScript, memory management, and communication techniques between WASM and JavaScript.
| | blog.guillaume-gomez.fr
3.7 parsecs away

Travel
| |
| | cprimozic.net
2.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.
| | www.inner-product.com
20.8 parsecs away

Travel
| The core premise of functional programming, in my opinion, is that local reasoning and composition make for better code. Here I discuss what these terms mean and the benefits they bring.