A lot of errors really have no context to them and can be pretty difficult to debug - notably, when an import's moldfile can't be found OR when a recipe's command can't be executed.
Two libraries that may be worth looking into are anyhow and thiserror.
A lot of errors really have no context to them and can be pretty difficult to debug - notably, when an import's moldfile can't be found OR when a recipe's command can't be executed.
Two libraries that may be worth looking into are anyhow and thiserror.