ttrpc-rust
ttrpc-rust copied to clipboard
Streaming support.
Streaming is already supported by golang's ttrpc in https://github.com/containerd/ttrpc/pull/107. The rust implementation will also follow.
changes:
- [x] Protocol modification to support Streaming.
- [x] Client modification to support Streaming.
- [x] Server modification to support Streaming.
- [x] Generator modification to support Streaming.
- [ ] More unit test.