Customize error handling with thiserror



This content originally appeared on Level Up Coding – Medium and was authored by Davide Ferrero

The thiserror crate in Rust is used to simplify the definition of custom error types.


This content originally appeared on Level Up Coding – Medium and was authored by Davide Ferrero