Module cargo_auto_lib::error_mod

source ·
Expand description

Error library for this crate using thiserror

I am using the crate thiserror to create an enum for all library errors.
It mostly forwards the source “from” error.
The library never writes to the screen, because it contains only the logic.
Is the bin project that knows if it is CLI, TUI or GUI and it presents the errors to the user and developer.
Then in the bin project I use the crate anyhow.

Enums§

  • Enum of possible errors from this library

Type Aliases§