confmap 1.0.3

A library for reading config file into a map in memory. The idea is the same to viper package in golang
Documentation
[dependencies.once_cell]
version = "1.18.0"

[dependencies.serde_json]
version = "1.0.104"

[lib]
name = "confmap"
path = "src/lib.rs"

[package]
authors = ["Cheng-Lung Wu <single1982@gmail.com>"]
description = "A library for reading config file into a map in memory. The idea is the same to viper package in golang"
edition = "2021"
exclude = [".DS_Store", ".gitignore", ".idea/confmap.iml", ".idea/vcs.xml", ".idea/.gitignore", ".idea/workspace.xml", ".idea/modules.xml", ".idea/git_toolbox_prj.xml"]
license = "MIT/Apache-2.0"
name = "confmap"
readme = "README.md"
repository = "https://github.com/MarkCL/confmap.git"
version = "1.0.3"