https://botmonster.com/coding/defensive-coding-rust-error-handling-patterns/
Not sure which one. Seems miette might be better for CLI apps.
Miette might be better for a linter (or maybe just for check), since it is meant to be used to show exactly where a problem occurs in a file.
Miette seems more targeted to user, while eyre is more targeted to helping the developer.
https://botmonster.com/coding/defensive-coding-rust-error-handling-patterns/
Not sure which one. Seems miette might be better for CLI apps.
Miette might be better for a linter (or maybe just for
check), since it is meant to be used to show exactly where a problem occurs in a file.Miette seems more targeted to user, while eyre is more targeted to helping the developer.