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
DON'T DO THIS: the Signal app has the ability to make daily backups of your messages, and when you choose a folder to backup into, you can choose "Nex… ...more
Going through some exercises on Rust traits, designing a customised version of Vec. To see the exercises code as it was when I recorded the video: gi… ...more
Rust has a feature where if you import two things from the same module you can abbreviate it like this: use mypkg::{MyStruct1, MyStruct2}; If you pref… ...more