stepancheg / grpc-rust

Rust implementation of gRPC
MIT License
1.37k stars 124 forks source link

MetaData should be Clone ... #136

Closed przygienda closed 5 years ago

przygienda commented 5 years ago

I find it very clunky to not have it clone since every request I need additional piece of same metadata which deteriorates into a smasgoboard of walks/iters/copies down to components ...

stepancheg commented 5 years ago

Yes, thank you.