another-visitor 0.1.0

Lets you derive visitor pattern implementations
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "another-visitor"
version = "0.1.0"
authors = ["PieKing1215"]
license = "MIT OR Apache-2.0"
readme = "../README.md"
repository = "https://github.com/PieKing1215/another-visitor"
description = "Lets you derive visitor pattern implementations"
keywords = ["visitor", "derive", "macro"]
edition = "2021"

[dependencies]
another-visitor-macros = { version = "0.1.0", path = "../another-visitor-macros" }
downcast-rs = "1.2"