aboutsummaryrefslogtreecommitdiff
path: root/system/libraries/io/io.zig
AgeCommit message (Collapse)AuthorFilesLines
2026-02-24Bunch of stuff moved as .old for new arch changeBobby1-36/+0
2026-02-20feat: Refactor path handling to use location utilities and update related ↵Bobby1-1/+1
structures - Replaced path references with location in various modules for consistency. - Updated attachment management to use location instead of path. - Enhanced I/O operations to handle location parameters. - Removed deprecated path utilities and integrated location utilities. - Adjusted limits and parameters for kata and attachment management.
2026-02-15feat: Add core libraries for color, formatting, I/O, string manipulation, ↵Bobby1-0/+36
and memory utilities