enum-visitor

Crates.ioenum-visitor
lib.rsenum-visitor
version0.1.0
created_at2025-11-02 07:45:49.248124+00
updated_at2025-11-02 07:45:49.248124+00
descriptionA small helper to generate visit-like match for enums, inspired by C++ std::visit.
homepagehttps://github.com/netcan/enum-visitor
repositoryhttps://github.com/netcan/enum-visitor
max_upload_size
id1912824
size7,177
Netcan (netcan)

documentation

https://docs.rs/enum-visitor

README

enum-visitor

Public-facing crate for the enum-visitor workspace.

  • Provides the universal macro visit!.
  • Re-exports the derive VisitEnum from enum-visitor-derive.

See the top-level README for full docs.

Commit count: 0

cargo fmt