Hardening #Rust Code For #Productionhttps://corrode.dev/blog/hardening-rust/
Hardening Rust Code For Production | corrode Rust ConsultingWe talked about patterns for defensive programming in Rust before, in which implicit invariants that aren’t enforced by the compiler lead to utter misery. But being careful isn’t enough! Even valid code can fail at runtime in ways that are hard to pr…