Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sreehax/zig-ini
.ini parser for zig
https://github.com/sreehax/zig-ini
zig ziglang
Last synced: 24 days ago
JSON representation
.ini parser for zig
- Host: GitHub
- URL: https://github.com/sreehax/zig-ini
- Owner: sreehax
- License: mit
- Created: 2021-06-27T07:43:16.000Z (over 3 years ago)
- Default Branch: dev
- Last Pushed: 2021-06-28T00:15:06.000Z (over 3 years ago)
- Last Synced: 2024-05-03T12:12:16.347Z (7 months ago)
- Topics: zig, ziglang
- Language: Zig
- Homepage:
- Size: 4.88 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# zig-ini
This library is meant to simplify reading .ini files in Zig. For examples on usage, check out `example.zig`. The main purpose of this library is to aid in using git config files, but it can potentially be applied anywhere that needs to work with .ini files