nbconf

Crates.ionbconf
lib.rsnbconf
version1.0.1
sourcesrc
created_at2019-05-13 14:30:59.305895
updated_at2024-03-17 16:49:23.23549
descriptionSimple configuration file reader/writer
homepage
repositoryhttps://github.com/nicholasbishop/nbconf
max_upload_size
id134000
size21,025
Nicholas Bishop (nicholasbishop)

documentation

README

nbconf

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

crates.io Documentation

Simple configuration file reader/writer. This is intended for use with config files that are human readable but machine written.

Format

The format is simple: key-value pairs nested under sections. Example:

[Section 1]
hello = world

[Section 2]
nice to = meet you
Commit count: 18

cargo fmt