Drums, Rust, WASM and a Bevy

My Rusty journey has been off to a slow start this year. Predictable, somewhat, but the combination of my 8-month old’s sleep regression alongside my wife’s business at work (she’s in compensation, and it’s end-of-year review time) has hit my capacity to … Read more

Similar

Rust Error Handling Patterns

Error handling in Rust is very different if you’re coming from other languages. In languages like Java, JS, Python etc, you usually throw exceptions and return successful values. In Rust, you return something called a Result. (more…)

Read more »