スキル一覧に戻る
x07lang

x07-io-streams

by x07lang

Programming language for 100% agentic coding

0🍴 0📅 2026年1月26日
GitHubで見るManusで実行

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 x07 guide and search for std.io / std.io.bufread.

スコア

総合スコア

60/100

リポジトリの品質指標に基づく評価

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

レビュー

💬

レビュー機能は近日公開予定です