zingolabs / zingolib_original

ZingoLib
MIT License
1 stars 1 forks source link

The GrpcConnector `get_client` method has repetitive code that is not helper-izeable #22

Open zancas opened 2 years ago

zancas commented 2 years ago

This code for example starting here:

let client = Box::new(hyper::Client::builder().build(connector));

Can be de-dupped with a declarative macro.