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
15
16
17
[dependencies.another-visitor-macros]
version = "0.1.0"

[dependencies.downcast-rs]
version = "1.2"

[package]
authors = ["PieKing1215"]
description = "Lets you derive visitor pattern implementations"
edition = "2021"
keywords = ["visitor", "derive", "macro"]
license = "MIT OR Apache-2.0"
name = "another-visitor"
readme = "README.md"
repository = "https://github.com/PieKing1215/another-visitor"
resolver = "1"
version = "0.1.0"