dotenv-enum 0.2.2

This crate creates an enum from a `.env` variable and simplify acces to them.
Documentation
[package]

name = "dotenv-enum"

version = "0.2.2"

edition = "2021"

authors = ["Émile Boucher <emileboucheracc@gmail.com>"]

license = "Apache-2.0"

repository = "https://github.com/bhuzgujj/dotenv-enum.git"

rust-version = "1.69.0"

description = "This crate creates an enum from a `.env` variable and simplify acces to them."

readme = "README.md"

keywords = ["dotenv", "enum", "env-variables"]



[dependencies]

dotenv = "0.15.0"



# Enum iteration

strum = "0.24.1"

strum_macros = "0.24.1"



# Testing

test-case = "2.2.2"