summaryrefslogtreecommitdiffstats
path: root/libraries/canfigger/README
blob: 65938ae5e4e9c719f0854b84ec0150e5d1916ffa (plain)
1
2
3
4
5
6
7
8
9
10
# canfigger

Canfigger is a lightweight C language library designed to parse
configuration files. It provides functionality to read them and
represent their contents as a linked list of key-value pairs, along
with associated attributes for each pair.

website: https://github.com/andy5995/canfigger/

See README.md on the GitHub repo for more info and examples.