Introducing `safer_ffi`, a Rust framework that allows you to write foreign function interfaces (FFI) without polluting your Rust code with `unsafe` while improving readability. (more…)
Read more »
I’ve been thinking a lot lately about how often Rust changes. There are some people that assert that Rust stays fairly static these days, and there are some people who say Rust is still changing far too much. In this blog post, I want to make a data drive... (more…)
Read more »
A number of programming languages offer a feature called “Named Arguments” or “Labeled Arguments”, which makes some function calls much more readable and safer.
Let’s see how hard it would be to add these ... (more…)
Read more »
An IBM PC/XT emulator written in Rust. Contribute to dbalsom/martypc development by creating an account on GitHub. (more…)
Read more »
I think the Rust language is a big success.
When I think back on it I am in awe:
so much had to go right to get where we are,
and there were so many opportunities to go wrong.
It took many tiny miracles for the Rust language to become what it has.
Those m... (more…)
Read more »