Fast Rust bundler for JavaScript/TypeScript with Rollup-compatible API. - rolldown/rolldown... (more…)
Read more »
Writing production-grade firmware is hard, but maybe we're making it harder than it needs to be.Join me in exploring some of the common pitfalls of embedded ... (more…)
Read more »
It’s been (almost) two years since I started my first steps in the Rust world. I thought it could be interesting to reflect on some impressions and lessons learned during this journey. (more…)
Read more »
A while ago I was considering an idea, so I wrote a tweet to ask what folks thought about it.
Read more »
As of stable Rust 1.39.0, it is possible to
implement a very basic and safe
coroutine library using Rust's
async/await support, and
in under 100 lines of code. The implementation depends solely on std and is
stack-less (meaning, not depending on an separ... (more…)
Read more »