Skip to content
TILens What matters today in tech
Theme

Topic · Edition

Rust

1 items on 08 Jun 2013
Go Rust

Understanding Defer, Panic and Recover

I am building my TraceLog package and it is really important that the package logs any internal exceptions and prevents panics from shutting down the application. The TraceLog package must never be responsible for…

Source: Ardan Labs Blog