Stream in Rust!

Is there anything in Rust equivalent or near to Stream in Dart?

The async landscape is rapidly changing right now, notably with async/await syntax moving into the language. I don’t know Dart’s Stream beyond a quick glance at that link, but the Steam trait in Rust coupled with async/await in the pipeline should be pretty close.

1 Like