embly-wrapper 0.0.2

The embly wrapper executable
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// extern crate protoc_rust;

// use protoc_rust::Customize;

fn main() {
    // protoc_rust::run(protoc_rust::Args {
    //     out_dir: "src/protos",
    //     input: &["../pkg/core/proto/comms.proto"],
    //     includes: &["../pkg/core/proto/"],
    //     customize: Customize {
    //         ..Default::default()
    //     },
    // })
    // .expect("protoc");
}