Kixunil / tonic_lnd

Rust implementation of LND RPC client using async GRPC library `tonic`
31 stars 44 forks source link

Move to xtask pattern #4

Open Kixunil opened 3 years ago

Kixunil commented 3 years ago

xtask pattern can improve performance by putting generated code into the library itself. We can improve it further by writing a simple build script that checks whether files changed before running it.