1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
// extern crate protoc_rust; use std::env; use std::path::Path; // use protoc_rust::Customize; fn main() { //let _out_dir = env::var("OUT_DIR").unwrap(); //protoc_rust::Codegen::new() // .out_dir("src") // .inputs(&["rics.proto"]) // .run() // .expect("protoc"); }