1pub mod protos { 2 include!(concat!(env!("OUT_DIR"), "/mod.rs")); 3} 4mod format; 5 6pub use format::*;