ast2str-derive 0.4.1

A crate for pretty-printing ASTs and other recursive data structures.
Documentation
[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0.9"

[dependencies.syn]
features = ["full"]
version = "1.0.64"

[lib]
proc-macro = true

[package]
authors = ["OptimalStrategy <17456182+OptimalStrategy@users.noreply.github.com>"]
description = "A crate for pretty-printing ASTs and other recursive data structures."
documentation = "https://docs.rs/ast2str"
edition = "2018"
homepage = "https://github.com/optimalstrategy/ast2str"
license = "MIT"
name = "ast2str-derive"
repository = "https://github.com/optimalstrategy/ast2str"
resolver = "1"
version = "0.4.1"