https://github.com/taikedz/zig-linereader
A simple ASCII line reader for Zig, with line searching and self-cleanup
https://github.com/taikedz/zig-linereader
filereader strings zig
Last synced: 6 months ago
JSON representation
A simple ASCII line reader for Zig, with line searching and self-cleanup
- Host: GitHub
- URL: https://github.com/taikedz/zig-linereader
- Owner: taikedz
- License: lgpl-3.0
- Created: 2024-10-10T22:00:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-04T13:30:01.000Z (over 1 year ago)
- Last Synced: 2025-04-09T11:22:31.736Z (12 months ago)
- Topics: filereader, strings, zig
- Language: Zig
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Zig LineReader
A general purpose library for Zig.
Provides a one-call utility to read text files and perform line-oriented operations.