What concurrency and parallelism are, a brief intro to Rayon, and a quick note on closures. Series: Language basics, More syntax, Traits and generics… ...more
Testing, benchmarking and optimising a small program that plays FizzBuzz. To see the exercises code as it was when I recorded the video: git clone ht… ...more
Building a command-line quiz application to bed in our knowledge about crates, modules and serialisation. All done using test-driven development. To … ...more
Going through an exercise on serialization with serde. To see the exercises code as it was when I recorded the video: git clone https://git… ...more
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