AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
How to Write Idiomatic Code
With Rust, there's more than one way to do the same thing. You can pattern match like if you only want to unwrap the value and then use expect with a message. There's I mean, even like the question mark operator, there's always multiple ways of doing it. The book is about teaching people how to write idiomatic code in Rust.