1 2 3 4 5 6
use std::io::Result; fn main() -> Result<()> { tonic_build::compile_protos("proto/mmap.proto")?; Ok(()) }