For the last ~2 years, I’ve been making generative art. So far, it’s been bad for my health, wallet, sanity and general focus. I enjoy creating complex, emergent, generative content that makes your eyeballs perplexed and lost for a while until you figure ... (more…)
Read more »
IDE support for Rust is one of the most requested features in our surveys and is a key part of Rust's 2017 roadmap. Here, I'm going to talk about one of the things we're doing to bring Rust support to... (more…)
Read more »
Rust is a systems programming language rising in popularity which emphasizes memory safety and performance. Due to its operating at a low level, it is an ideal candidate for running on the Dreamcast. Doing so presents a bit of a challenge, however, as the... (more…)
Read more »
WebAssembly implementation from scratch in Safe Rust with zero dependencies - GitHub - rhysd/wain: WebAssembly implementation from scratch in Safe Rust with zero dependencies... (more…)
Read more »
Fast multi-producer, multi-consumer unbounded channel with async support. - GitHub - singaraiona/hyperbridge: Fast multi-producer, multi-consumer unbounded channel with async support. (more…)
Read more »