//! Cross-service gRPC errors for Rust.
//!//! `aerro` is an early-stage crate. The public API is intentionally small
//! while the error model is being designed.
/// Current crate version.
pubconstVERSION:&str=env!("CARGO_PKG_VERSION");#[cfg(test)]modtests{#[test]fnexposes_crate_version(){assert_eq!(crate::VERSION,env!("CARGO_PKG_VERSION"));}}