1 2 3 4 5
extern crate protobuf;
// This file is parsed by build.rs
// Each included module will be compiled from the matching .proto definition.
include!(concat!(env!("OUT_DIR"), "/mod.rs"));
1 2 3 4 5
extern crate protobuf;
// This file is parsed by build.rs
// Each included module will be compiled from the matching .proto definition.
include!(concat!(env!("OUT_DIR"), "/mod.rs"));