rust-streaming
rust-streaming copied to clipboard
State of project
What's the state of maintenance of this project? As far as I have seen, this seems to be the best solution we have right now for handling streams without copies.
I'm pretty sure this is a strictly experimental place to dump code. The state is probably, "Look through the code and see if you can find something interesting."
The current Iterator
design is fundamentally incompatible with streaming zero-copy iterators, so whatever you end up with, you'll be fighting an uphill battle.
Andrew has it right.
Le mer. 11 mars 2015 à 6:37, Andrew Gallant [email protected] a écrit :
I'm pretty sure this is a strictly experimental place to dump code. The state is probably, "Look through the code and see if you can find something interesting."
The current Iterator design is fundamentally incompatible with streaming zero-copy iterators, so whatever you end up with, you'll be fighting an uphill battle.
— Reply to this email directly or view it on GitHub https://github.com/emk/rust-streaming/issues/2#issuecomment-78239634.