Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yshui/cfg.h
Header only config file & command line option library for C
https://github.com/yshui/cfg.h
c c-library command-line-parser configuration configuration-files header-only
Last synced: 1 day ago
JSON representation
Header only config file & command line option library for C
- Host: GitHub
- URL: https://github.com/yshui/cfg.h
- Owner: yshui
- License: bsl-1.0
- Created: 2019-03-22T18:41:30.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-22T12:07:12.000Z (over 5 years ago)
- Last Synced: 2025-02-04T07:45:03.935Z (7 days ago)
- Topics: c, c-library, command-line-parser, configuration, configuration-files, header-only
- Language: C
- Size: 5.86 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cfg.h
Header only config file & command line option library for C## Planned features
* Header only, no external dependencies.
* Consistent config file and command line options.
* Automatic option definition generation from an example config file.
* Customizable I/O functions.
* Prints pretty usage information.