oopsie-macros 0.1.0-rc.20

Procedural macros for the oopsie error-handling library: the #[oopsie] attribute and Oopsie derive
Documentation
1
2
3
4
5
6
7
8
//! Trace injection helpers shared by `#[oopsie(traced)]`.

pub mod args;
pub mod config;
pub mod expand_enum;
pub mod expand_struct;
pub mod field_detect;
pub mod inject;