readconfig 0.2.1

This is a rust library that is meant to help with using config files.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "readconfig"
version = "0.2.1"
authors = ["depsterr <depsterr@protonmail.com>"]
edition = "2018"
license-file = "LICENSE"
homepage = "https://github.com/depsterr/libreadconfig"
description = "This is a rust library that is meant to help with using config files."
repository = "https://github.com/depsterr/libreadconfig"
readme = "README.md"
keywords = ["configuration", "cfg", "conf", "library"]

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

[dependencies]