Expand description
Opinionated, ready to use color-eyre and tracing-journald setup for applications.
Re-exports§
pub use color_eyre;
pub use color_eyre::eyre;
Structs§
- Report
- The core error reporting type of the library, a wrapper around a dynamic error reporting type.
Functions§
- setup_
eyre - Setup eyre (with
color_eyre
). - setup_
tracing_ default - Shortcut for
setup_with("")
orsetup_with("info")
. - setup_
tracing_ with - Setup tracing. Better to be called after
setup_eyre()?;