aerro 0.2.1

Cross-service gRPC error framework for Rust.
Documentation
1
2
3
4
5
6
7
//! Tower integration — see spec §11.

pub mod client;
pub mod server;

pub use client::{ClientLayer, ClientService};
pub use server::{ServerLayer, ServerService};