justconfig 1.0.1

Just a configuration information source for rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies]

[package]
authors = ["Daniel Goß <developer@flashsystems.de>"]
categories = ["config", "parsing"]
description = "Just a configuration information source for rust"
edition = "2018"
exclude = ["*.code-workspace", ".vscode"]
homepage = "https://github.com/FlashSystems/just-config"
keywords = ["settings", "config", "configuration", "environment", "env"]
license = "Apache-2.0"
name = "justconfig"
readme = "README.md"
repository = "https://github.com/FlashSystems/just-config"
version = "1.0.1"