enum-visitor-derive
Proc-macro crate for the enum-visitor workspace.
- Provides
#[derive(VisitEnum)]which generatesvisit_<enum>!and a localvisit!in the enum's module.
See the top-level README for usage and examples.
Proc-macro crate for the enum-visitor workspace.
#[derive(VisitEnum)] which generates visit_<enum>! and a local visit! in the enum's module.See the top-level README for usage and examples.