x07-io-streams
SKILL.md
x07-io-streams
Prefer streaming parsing and zero-copy views over full-buffer copies.
Canonical patterns
- Prefer
bytes_view+view.*builtins for scan/trim/split without copying. - Prefer
std.stream.pipe_v1for deterministic, budgeted streaming composition (source → transducers → sink). - Prefer
std.io/std.io.bufreadfor streaming reads:io.readbufread.fill+bufread.consume
- Prefer world adapters that return reader
ifaces:std.fs.open_readstd.kv.get_stream
For the built-in reference guide, use x07 guide and search for std.io / std.io.bufread.
Weekly Installs
1
Repository
x07lang/x07-websiteFirst Seen
3 days ago
Security Audits
Installed on
mcpjam1
claude-code1
replit1
junie1
windsurf1
zencoder1