madsim-tonic-build 0.2.0-alpha.7

Codegen module of `madsim-tonic` simulation implementation.
Documentation

madsim-tonic-build

Crate Docs

Compiles proto files via prost and generates service stubs and proto definitiones for use with madsim-tonic.

This crate will generate code for simulation along with the original code. The macro madsim_tonic::include_proto will decide which version to use based on whether the sim feature is enabled.

This code is modified from tonic-build v0.7.2. It provides exactly the same API as the original crate.