Join Nostr
2024-07-20 02:20:09 UTC
in reply to

Hector Martin on Nostr: It is trivial to set up a Rust build to make panic a compile time error, forcing you ...

It is trivial to set up a Rust build to make panic a compile time error, forcing you to use primitives that don't do that and to handle the errors gracefully.