A lightweight Cargo subcommand to build Rust code for the `wasm32-wasi` target - alexcrichton/cargo-wasi... (more…)
Read more »
Most people cross-compile from x86-64 to ARM. We're going the other way! (more…)
Read more »
I read a Why Not Rust? article the other day that was quite good but dismissed the most important reason to use a language to me: security. After having worked on a Rust codebase for almost two years now, I thought I would chime in, even though I'll prefa... (more…)
Read more »
I know it's been a while since I've put out a post and mostly because I'm trying to learn amazing things and get my hands dirty, trying to build solutions that actually make sense. One such pet-project has been Rust, probably the fastest growing systems l... (more…)
Read more »
Part 3 covers functions, closures, if-else, while, for..in, range and iterators... (more…)
Read more »