qcheck-macros 1.0.0

A macro attribute for quickcheck.
Documentation
[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

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

[lib]
proc-macro = true

[package]
authors = ["Andrew Gallant <jamslam@gmail.com>"]
autotests = false
description = "A macro attribute for quickcheck."
documentation = "https://docs.rs/qcheck"
homepage = "https://github.com/cloudhead/qcheck"
keywords = ["testing", "quickcheck", "property", "shrinking", "fuzz"]
license = "Unlicense OR MIT"
name = "qcheck-macros"
readme = "README.md"
repository = "https://github.com/cloudhead/qcheck"
version = "1.0.0"