Crate jeset

Source
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("") or setup_with("info").
setup_tracing_with
Setup tracing. Better to be called after setup_eyre()?;