propfuzz-macro 0.0.1

Support macro for propfuzz.
Documentation
[badges.maintenance]
status = "actively-developed"

[dependencies.proc-macro2]
version = "1.0.18"

[dependencies.quote]
version = "1.0.7"

[dependencies.syn]
features = ["extra-traits", "full"]
version = "1.0.33"

[dev-dependencies]

[lib]
path = "src/lib.rs"
proc-macro = true

[package]
authors = ["Rain <rain1@fb.com>"]
description = "Support macro for propfuzz."
edition = "2018"
exclude = ["README.tpl"]
license = "MIT OR Apache-2.0"
name = "propfuzz-macro"
readme = "README.md"
repository = "https://github.com/facebookincubator/propfuzz"
version = "0.0.1"

[package.metadata.docs.rs]
all-features = true