Crates.io | nbconf |
lib.rs | nbconf |
version | 1.0.1 |
source | src |
created_at | 2019-05-13 14:30:59.305895 |
updated_at | 2024-03-17 16:49:23.23549 |
description | Simple configuration file reader/writer |
homepage | |
repository | https://github.com/nicholasbishop/nbconf |
max_upload_size | |
id | 134000 |
size | 21,025 |
This tool is no longer under active development. If you are interested in taking over or repurposing the name on crates.io, feel free to contact me: nbishop@nbishop.net
Simple configuration file reader/writer. This is intended for use with config files that are human readable but machine written.
The format is simple: key-value pairs nested under sections. Example:
[Section 1]
hello = world
[Section 2]
nice to = meet you