visitor 0.2.1

A generic library to easily visit elements of a structure and perform an action on each one
Documentation
[package]
name = "visitor"
version = "0.2.1"
authors = ["Nathan Fuchs <fuchsnj@gmail.com>"]
readme = "README.md"
repository = "https://github.com/fuchsnj/visitor"
homepage = "https://github.com/fuchsnj/visitor"
documentation = "https://github.com/fuchsnj/visitor"
license = "MIT/Apache-2.0"
description = """
A generic library to easily visit elements of a structure and perform an action on each one
"""

[dependencies]