1 2 3 4 5 6 7 8
# enum-visitor-derive Proc-macro crate for the `enum-visitor` workspace. - Provides `#[derive(VisitEnum)]` which generates `visit_<enum>!` and a local `visit!` in the enum's module. See the top-level README for usage and examples.