error_stack_macros2/
lib.rs

1//! Community-made procedural macros for
2//! [`error-stack`](https://crates.io/crates/error-stack).
3//!
4//! **NOTE 1:** This crate is not affiliated with the official
5//! [`error-stack`](https://crates.io/crates/error-stack) crate or its
6//! maintainers.
7//!
8//! **NOTE 2:** This crate is currently empty and under development. This
9//! version (`0.0.0-reserved`) only reserves the crate name on crates.io for
10//! future use.