containerd / ttrpc-rust

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

Add Clone derive for Context #82

Closed liubin closed 3 years ago

liubin commented 3 years ago

Users can easily use it without manually clone it.

Signed-off-by: bin bin@hyper.sh