| Crates.io | enum-visitor-derive |
| lib.rs | enum-visitor-derive |
| version | 0.1.0 |
| created_at | 2025-11-02 07:44:33.528169+00 |
| updated_at | 2025-11-02 07:44:33.528169+00 |
| description | Proc-macro derive to generate visit_ |
| homepage | https://github.com/netcan/enum-visitor |
| repository | https://github.com/netcan/enum-visitor |
| max_upload_size | |
| id | 1912823 |
| size | 7,093 |
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.