avx-error 0.2.0

AVL Platform error handling - replacement for anyhow/thiserror
Documentation
[package]

name = "avx-error"

version = "0.2.0"

edition = "2021"

authors = ["Nícolas Ávila <nicolas@avila.inc>"]

license = "MIT OR Apache-2.0"

description = "AVL Platform error handling - replacement for anyhow/thiserror"

repository = "https://github.com/avilaops/arxis"

homepage = "https://avila.inc"

keywords = ["error", "avx", "avl"]



[dependencies]

avx-error-derive = { path = "./avx-error-derive", version = "0.1.0", optional = true }



[features]

default = []

derive = ["avx-error-derive"]

context = []  # Trait Context para estilo anyhow

full = ["derive", "context"]



[lib]

name = "avx_error"

path = "src/lib.rs"