Crate avx_error

Crate avx_error 

Source
Expand description

avx Error - AVL Platform error handling Replacement for anyhow/thiserror - 100% Rust std

§Features

  • derive: Enable #[derive(Error)] macro
  • context: Enable Context trait for anyhow-style error handling
  • full: 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§

ErrorKind

Type Aliases§

Result
Result type using our Error