The unsafe keyword in Rust means two things: "You must read the docs!" or "I promise I read the docs and followed the rules!". Series: Language basic… ...more
There is a special mode in Rust programs called unsafe - why do we need it? Series: Language basics, More syntax, Traits and generics, Building appli… ...more
Writing a mini client to connect to our async Rust chat server. To see the exercises code as it was when I recorded the video: git clone https:/… ...more
Writing a little chat server in async Rust. To see the exercises code as it was when I recorded the video: git clone https://github.com… ...more
Writing a one-shot queue using async Rust, this time with a little less help. To see the exercises code as it was when I recorded the video: git clon… ...more