cfg_mgr 0.1.0

This crate provides an easy way to import a plain text configuration file into a machine readable structure (HashMap).
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies]

[package]
authors = ["Ricard Lado"]
description = "This crate provides an easy way to import a plain text configuration file into a machine readable structure (HashMap)."
edition = "2021"
license = "GPL-3.0-only"
name = "cfg_mgr"
readme = "README.md"
repository = "https://github.com/rlado/cfg_mgr"
resolver = "2"
version = "0.1.0"

[profile.dev]
opt-level = 0

[profile.release]
opt-level = 3