How to write unit tests in your Rust code, and some quick pointers on writing integration and benchmark tests. Series: Language basics, More syntax, … ...more
I have decided to stand for election to the Matrix Governing Board, which is a brand new body which advises and oversees the work of the Matrix Founda… ...more
Tips and rules for writing good APIs that are easy for other people to use. Try to make them Unsurprising, Flexible, and Obvious. Series: Language ba… ...more
How to describe details of your Rust project with a Cargo.toml file, and how to find and add dependencies (other people's code). Series: Language bas… ...more
Finishing off the exercises on Rust traits, designing a customised version of Vec. To see the exercises code as it was when I recorded the video: git… ...more