generated from amazon-archives/__template_MIT-0
-
Notifications
You must be signed in to change notification settings - Fork 383
Closed
Description
I'm fairly interested in contributing an implementation of the web stream API. As I see it there are two options:
- Use an all JS implementation, taking inspiration from the reference implementation from the working group, using some native APIs where necessary (as I understand from https://github.com/creatorrr/web-streams-polyfill, this will be necessary)
- Write a Rust implementation of the streams spec
I would probably lean towards doing the latter, either as a separate crate if it can be abstracted well or simply within this repo. Are there any opinions on how this should be done? Thanks!
- Main stream implementation (Add streams/web module #761)
- TransformStream implementation (TransformStream implementation #792)
- TextEncoderStream and TextDecoderStream implementation (TextEncoderStream and TextDecoderStream implementation #793)
nabetti1720, richarddavison, o-alexandrov and willfarrellricharddd
Metadata
Metadata
Assignees
Labels
No labels