Macros§
- anyhow
- Construct an ad-hoc error from a string or existing non-
anyhow
error value. - bail
- Return early with an error.
- ensure
- Return early with an error if a condition is not satisfied.
- err_
impl - paste
- skerr
Structs§
- Anyhow
Error - Backtrace
- A captured OS thread stack backtrace.
- Regex
- A compiled regular expression for searching Unicode haystacks.
- Regex
Builder - A configurable builder for a
Regex
.