derive-visitor 0.4.0

Derive visitor pattern for arbitrary data structures
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.derive-visitor-macros]
version = "0.4.0"

[features]
std-types-drive = []

[package]
authors = ["Kit Isaev <14875494+nikis05@users.noreply.github.com>"]
categories = ["development-tools"]
description = "Derive visitor pattern for arbitrary data structures"
documentation = "https://docs.rs/derive-visitor"
edition = "2018"
keywords = ["visitor", "derive", "macro"]
license = "MIT"
name = "derive-visitor"
readme = "README.md"
repository = "https://github.com/nikis05/derive-visitor"
version = "0.4.0"