Previously I wrote a small post (now unpublished, it was quite boring) about finding the smallest possible opening for introducing Rust into production use. In that case, Rust's place was quite minor; just the small script-like snippet for updating the in... (more…)
Read more »
Try to implementing functional programming in Rust - alfinsuryaS/rustfp... (more…)
Read more »
This is a series of blog posts that shows you how to
build a text editor in Rust. It’s a re-implementation of
kilo in Rust, as outlined in this fantastic
tutorial. Same as the
original booklet, these blog posts guide you through all the steps to build a
b... (more…)
Read more »
In this post, we start exploring CPU exceptions. Exceptions occur in various erroneous situations, for example when accessing an invalid memory address or when dividing by zero. To catch them, we have to set up an interrupt descriptor table that provides ... (more…)
Read more »
As part of RFC 1728, each year
the Rust community puts together a roadmap laying out a vision for
improvements to Rust over the course of the year. The 2017 roadmap was decided
in RFC 1774.
Read more »