Day 25 of learning Rust as a C# dev:
Rust gives you Result for control and panic! when it’s all gone sideways.
Exceptions? Rust doesn’t throw them, it makes you decide how to fail.
Here’s the breakdown:
https://woodruff.dev/panic-vs-exceptions-stop-the-world-or-handle-it/