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