stepancheg / grpc-rust

Rust implementation of gRPC
MIT License
1.38k stars 125 forks source link

Add #[derive(Clone)] to Client #196

Closed formiat closed 2 years ago

formiat commented 2 years ago

Nothing prevents from adding #[derive(Clone)] to Client and it's useful.

Path to file: src/client/mod.rs.

formiat commented 2 years ago

Done (to branch master): https://github.com/stepancheg/grpc-rust/pull/197

formiat commented 2 years ago

Done (to branch v0.8): https://github.com/stepancheg/grpc-rust/pull/198