Search Results

Don't panic! - Or should you?

If you came to Rust from a more conventional programming language, you probably had to adjust to its error handling. Many languages use exceptions for error handling and if you are doing a fallible operation, it looks something like this:......

2023-03-12 #rust #panic #error handling