fcplug-rclib 0.1.0

Foreign Clang Plugin solution
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

fn main() {
    // use fcplug_build::{build_files, GoProtoCodeConfig, RustProtoCodeConfig};
    // build_files(vec![
    //     RustProtoCodeConfig {
    //         out_dir: "./src/".into(),
    //         inputs: vec!["../../fcplug.proto".into()],
    //         include: Some("../../".into()),
    //         customize: None,
    //     }
    // ], GoProtoCodeConfig {
    //     out_dir: "../../go/gocall/".to_string(),
    //     filename: "../../fcplug.proto".to_string(),
    // });
}