env2config 1.0.2

Load environment variables into structs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "env2config"
version = "1.0.2"
edition = "2024"
authors = ["Mohammad Gholami <gholami.mohammad.mgh@gmail.com>"]
description = "Load environment variables into structs"
license = "MIT"
repository = "https://github.com/gholami-mohammad/env2config-rs"
keywords = ["env", "config", "env2config"]

[dependencies]
env2config_derive = { path = "./env2config_derive", version = "1.0.0" }