econf-derive 0.3.0

Load environment variables into your struct members in one shot.
Documentation
[dependencies.proc-macro2]
version = "1"

[dependencies.quote]
version = "1"

[dependencies.syn]
version = "2"

[lib]
name = "econf_derive"
path = "src/lib.rs"
proc-macro = true

[package]
authors = ["Yushi OMOTE <yushiomote@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Load environment variables into your struct members in one shot."
documentation = "https://docs.rs/econf"
edition = "2021"
homepage = "https://github.com/YushiOMOTE/econf"
license = "MIT"
name = "econf-derive"
readme = "README.md"
repository = "https://github.com/YushiOMOTE/econf"
version = "0.3.0"