1 2 3 4 5 6
pub mod proto_gen; pub mod rust_gen; mod utils; pub use proto_gen::generate_proto; pub use rust_gen::generate_rust;