dotecnf 0.1.1

loader for ".ecnf" file such as ".env". ".ecnf" is key-value setting file with key's hierarchy.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "dotecnf"
version = "0.1.1"
authors = ["ogata-k <ogtkzk712@gmail.com>"]
edition = "2018"
categories = ["config", "filesystem"]
keywords = ["dot_file", "setting", "cnf", "config"]
license = "MIT"
description = "loader for \".ecnf\" file such as \".env\". \".ecnf\" is key-value setting file with key's hierarchy."
readme = "README.md"
repository = "https://github.com/ogata-k/dotecnf/tree/master"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
failure = "0.1.5"