blob: d1315c49fb444b0bb13f853d3f6afbc4d0777c85 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# canfigger
Simple configuration file parser library
website: https://github.com/andy5995/canfigger
This library contains a function that parses simple configuration
files that use a key/value pair with optional attributes.
See README.md on the GitHub repo for more info about the API and
examples.
|