containerd / ttrpc-rust

Rust implementation of ttrpc (GRPC for low-memory environments)
Apache License 2.0
197 stars 47 forks source link

Streaming support. #144

Open wllenyj opened 2 years ago

wllenyj commented 2 years ago

Streaming is already supported by golang's ttrpc in https://github.com/containerd/ttrpc/pull/107. The rust implementation will also follow.

changes: