Expand description
Prelude module for convenient imports.
Import everything with use charon_error::prelude::*;
Prelude that can be imported to make it easier to get started
Re-exports§
pub use crate::ErrorReport;pub use crate::ResultER;pub use crate::ResultExt;pub use crate::StringError;pub use crate::ErrorAttachment;pub use crate::ErrorSensitivityLabel;
Modules§
- gitlab_
er - instrument
- Attach a span to a
std::future::Future. - panic_
hook
Macros§
- setup_
panic - Set up a custom panic hook with issue submission and known-error matching.
Attribute Macros§
- instrument
- Instruments a function to create and enter a
tracingspan every time the function is called.