issues
search
TrueLayer
/
ginepro
A client-side gRPC channel implementation for tonic
Apache License 2.0
127
stars
24
forks
source link
refactor: extract tests into its own repo
#1
Closed
tl-helge-hoff
closed
3 years ago
tl-helge-hoff
commented
3 years ago
This PR does the following:
move tests into its own crate.
Create a workspace that contains the lib (ginepro) and the tests
move the protobuf generation to the tests lib.
This PR does the following: