containerd / ttrpc-rust

Rust implementation of ttrpc (GRPC for low-memory environments)
Apache License 2.0
197 stars 47 forks source link

Support gen code programmatically without protoc #25

Closed Tim-Zhang closed 4 years ago

Tim-Zhang commented 4 years ago

Users can generate code just before cargo build use build.rs from now on.

Signed-off-by: Tim Zhang tim@hyper.sh