Back to list
x07lang

x07-io-streams

by x07lang

X07 public website and documentation site

0🍴 0📅 Jan 26, 2026

SKILL.md


name: x07-io-streams description: Canonical streaming I/O patterns in X07 using std.io / std.io.bufread and world adapters. metadata: short-description: Streaming I/O patterns version: 0.1.0 kind: docs

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.io / std.io.bufread for streaming reads:
    • io.read
    • bufread.fill + bufread.consume
  • Prefer world adapters that return reader ifaces:
    • std.fs.open_read
    • std.rr.send
    • std.kv.get_stream

For the built-in reference guide, use x07c guide and search for std.io / std.io.bufread.

Score

Total Score

60/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon