field_count 0.1.1

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

[dependencies]
field_count_derive = { version = "0.1.1", path = "../field_count_derive" }