Adding Context to Errors - Comprehensive Rust 🦀

The widely used anyhow crate can help you add
contextual information to your errors and allows you to have fewer
custom error types:

Actions
Flag