A Guided Tour of Streams in Rust
CRANK

When collecting information on how to write GRPC or Websocket servers for our Qovery infrastructure, I came across a lot of resources. But while many guides provided an in-depth insight into futures, they sorely lacked information on how the Stream API works in Rust. And, more importantly, on how to use it properly.

qovery.com
Related Topics: Rust
1 comments
  • RustでStream(非同期イテレータ)を扱う話。非同期の概念がややこしい上に非同期イテレータは標準ライブラリに入ってないし構文サポートもないので色々外部クレートを駆使して使うことになる。

    A Guided Tour of Streams in Rust
    qovery.com/blog/a-guided-…