Modules
Module used by attribute
#[oofs]
Macros
Check that a given expression evaluates to
true
, else return an error.Check that two given expressions are same, else return an error.
Create a custom error
Oof
similar to anyhow!
Structs
Error type for oofs.
Traits
Helper trait for
Result
and Option
to add tags and attach extra contexts.Functions
Wraps a custom error with
Oof
Type Definitions
Attribute Macros
Place above
fn
or impl
to generate and inject context to ?
operators.