Andrew Gallant (burntsushi)
Using unwrap() in Rust is Okay
Using unwrap() in Rust is acceptable in test/example code or when a panic indicates a bug, despite ongoing confusion about its proper usage.
3 articles published
Using unwrap() in Rust is acceptable in test/example code or when a panic indicates a bug, despite ongoing confusion about its proper usage.
One day before Rust 1.0 was released, I published a blog post covering the fundamentals of error handling. A particularly important but small section buried in the middle of the article is named “unwr
Introductory blog post with placeholder-style content that acknowledges the traditional "Hello, world" programming greeting.