Read from stdin and write to stdout
Open
enhancement
- Dominant language
- Rust
- Stars
- 8.8k
- Forks
- 393
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 45
Description
Is there a plan to support reading from stdin and writing to stdout? For instance in BunJS, I can do streaming:
```js
for await (let chunk of Bun.stdin.stream()) {}
```
```js
const writer = Bun.stdout.writer();
```
Contributor guide
Research direction
Start by reviewing LLRT's existing runtime I/O support against the requested BunJS entry points, Bun.stdin.stream() and Bun.stdout.writer(). Determine the intended streaming behavior and API surface, then verify that stdin can be consumed and stdout can be written incrementally as described.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, rust
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100