lib.rs 184 B

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