structfromdir 0.1.0

Derive macro to read from a directory into a Rust struct
Documentation
[dependencies.proc-macro2]
version = "1.0.56"

[dependencies.quote]
version = "1.0.26"

[dependencies.syn]
version = "2.0.15"

[lib]
proc-macro = true

[package]
authors = ["Chris Down <chris@chrisdown.name>"]
categories = ["filesystem"]
description = "Derive macro to read from a directory into a Rust struct"
edition = "2021"
keywords = ["derive"]
license = "MIT"
name = "structfromdir"
readme = "README.md"
repository = "https://github.com/cdown/structfromdir"
rust-version = "1.56.1"
version = "0.1.0"