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