Rust Before Main – Ryan Levick

When you run a Rust program, you may be tempted to think that the first code to execute is the main function. However, this is far from the case. In this tal… Read more

Similar

Putting the Rust in Trust

After working at Data61 with the verification team, and many conversations with Gerwin Klein, I have a good plan on how I think I want to achieve the goal of Trustworthy Rust.

Read more »

Zig and Rust

This post will be a bit all over the place. Several months ago, I wrote Hard Mode Rust, exploring an allocation-conscious style of programming. In the ensuing discussion, @jamii name-dropped TigerBeetle, a reliable, distributed, fast, and small database w... (more…)

Read more »