carapax-codegen 0.2.0

Procedural macroses for carapax
Documentation
1
2
3
4
5
mod args;
mod builder;
mod meta;

pub(crate) use self::{args::HandlerArgs, builder::build, meta::HandlerMeta};