aerro 0.6.4

Cross-service gRPC error framework for Rust.
Documentation
1
2
3
4
5
6
7
#[derive(aerro::Aerro)]
pub enum Foo {
    #[aerro(category = Business, code = NotFound, error = "not found")]
    NotFound,
}

fn main() {}