Skip to main contentCrate oofs
Source - __used_by_attribute
- Module used by attribute
#[oofs]
- ensure
- Check that a given expression evaluates to
true, else return an error. - ensure_eq
- Check that two given expressions are same, else return an error.
- oof
- Create a custom error
Oof similar to anyhow!
- Oof
- Error type for oofs.
- OofExt
- Helper trait for
Result and Option to add tags and attach extra contexts.
- wrap_err
- Wraps a custom error with
Oof
- Result
- oofs
- Place above
fn or impl to generate and inject context to ? operators.