structout 0.6.0

A proc-macro for generating structs from a common definition
Documentation
[dependencies.linked_hash_set]
version = "0.1.4"

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

[dependencies.quote]
version = "1.0.7"

[dependencies.syn]
features = ["full", "parsing", "extra-traits", "visit"]
version = "1.0.44"
[dev-dependencies.insta]
version = "1.1.0"

[dev-dependencies.path-clean]
version = "0.1.0"

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

[package]
authors = ["resolritter <joao.paulo.silvasouza@hotmail.com>"]
description = "A proc-macro for generating structs from a common definition"
edition = "2018"
homepage = "https://github.com/resolritter/structout"
include = ["Cargo.toml", "src/**/*.rs", "README.md", "LICENSE"]
license = "BSD-3-Clause"
name = "structout"
repository = "https://github.com/resolritter/structout"
version = "0.6.0"