Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gaskam-com/zig-utils
Some random code I made in order to improve my coding experience in zig.
https://github.com/gaskam-com/zig-utils
Last synced: about 2 months ago
JSON representation
Some random code I made in order to improve my coding experience in zig.
- Host: GitHub
- URL: https://github.com/gaskam-com/zig-utils
- Owner: gaskam-com
- Created: 2024-10-06T18:00:58.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-10T16:18:32.000Z (about 2 months ago)
- Last Synced: 2024-11-10T17:25:26.770Z (about 2 months ago)
- Language: Zig
- Size: 1.38 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# zig-utils
Some random code I made in order to improve my coding experience in zig.## LineReader
A set made to help parse input line per line. Note that the user is responsible for freeing the result of the reads. Note that memory may leak if the input causes error(for instance if a string is provided when an integer is expected)