tryphon 0.2.0

Type-safe configuration loading from environment variables using derive macros
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "tryphon"
version.workspace = true
edition.workspace = true
description = "Type-safe configuration loading from environment variables using derive macros"
license.workspace = true
repository.workspace = true
homepage.workspace = true
documentation = "https://docs.rs/tryphon"
readme = "../README.md"
keywords = ["config", "environment", "env", "configuration", "derive"]
categories = ["config", "development-tools", "rust-patterns"]

[dependencies]
tryphon_macros = { path = "../tryphon_macros", version = "=0.2.0" }

[dev-dependencies]
rand = "0.9.2"