Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)