Expand description
avx Error - AVL Platform error handling Replacement for anyhow/thiserror - 100% Rust std
§Features
derive: Enable #[derive(Error)] macrocontext: Enable Context trait for anyhow-style error handlingfull: Enable all features
Macros§
- bail
- Macro para criar erros facilmente (similar ao anyhow!)
- ensure
- Macro para garantir condições (similar ao ensure!)
Structs§
- Error
- Generic error type for AVL Platform
Enums§
Type Aliases§
- Result
- Result type using our Error