Creusot: A deductive verifier for Rust code

Creusot helps you prove your code is correct in an automated fashion. – creusot-rs/creusot… Read more

Similar

5 tips for writing small CLI tools in Rust

Rust is a great language to write small command line tools in. While it gives you some tools for common tasks, allows nice abstractions, it also has a type system and approach to API design that lead you to write robust code. Let me show you some techniqu... (more…)

Read more »

My First Month of Rust

A month ago I have started learning Rust and would like to share my impressions, the good things I have appreciated, and the things I have struggled with. Why Rust, do you ask? Primarily to challenge myself, to leave the land of managed runtimes… (more…)

Read more »