aerro-macros 0.3.0

Procedural macros for the aerro crate.
Documentation
1
2
3
4
5
6
7
//! Code generation for the `#[aerro::operation]` macro.

pub mod aerro_impl;
pub mod thiserror_glue;

pub use aerro_impl::emit_aerro_impl;
pub use thiserror_glue::emit_display_and_error;