arraygen-docfix 0.1.8

Derive macro for generating arrays from struct fields.
Documentation
[dependencies.proc-macro-error]
version = "0.4"

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

[dependencies.quote]
version = "1.0.2"

[dependencies.syn]
version = "1.0.8"
[dev-dependencies.compiletest_rs]
version = "0.4.0"

[lib]
proc-macro = true

[package]
authors = ["José Manuel Barroso Galindo <theypsilon@gmail.com>"]
categories = ["rust-patterns"]
description = "Derive macro for generating arrays from struct fields."
documentation = "https://docs.rs/arraygen"
edition = "2018"
homepage = "https://github.com/theypsilon/arraygen"
keywords = ["array", "struct", "derive", "field", "iter"]
license = "MIT"
name = "arraygen-docfix"
readme = "README.md"
repository = "https://github.com/theypsilon/arraygen"
version = "0.1.8"