field_count_derive 0.1.1

Derive the field count for a struct
Documentation
[dependencies.quote]
version = "1"

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

[lib]
proc-macro = true

[package]
authors = ["discosultan <jaanusvarus@gmail.com>"]
description = "Derive the field count for a struct"
edition = "2018"
license-file = "LICENSE"
name = "field_count_derive"
readme = "../README.md"
repository = "https://github.com/discosultan/field-count"
version = "0.1.1"