aerro 0.1.0

Cross-service gRPC error framework for Rust.
Documentation
  • Coverage
  • 100%
    2 out of 2 items documented0 out of 0 items with examples
  • Size
  • Source code size: 12.93 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 234.61 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 6s Average build duration of successful builds.
  • all releases: 6s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • ae2rs/aerro
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • ae2rs

aerro

aerro is an early-stage Rust library for cross-service gRPC errors.

The goal is to provide a complete error framework for service-oriented Rust systems using tonic, prost, and the broader gRPC ecosystem:

  • full call traces across service boundaries
  • typed error upcasting and downcasting
  • efficient transport through gRPC status metadata and protobuf details
  • low overhead abstractions suitable for high-throughput services
  • compatibility with established Rust error tooling where it is a good fit

This first release reserves the crate name while the public API is designed.

Status

The crate is not ready for production use yet.

License

Licensed under either of:

  • Apache License, Version 2.0
  • MIT license

at your option.