1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
// Project: hyperi-rustlib // File: src/transport/grpc/proto.rs // Purpose: gRPC protobuf bindings // Language: Rust // // License: FSL-1.1-ALv2 // Copyright: (c) 2026 HYPERI PTY LIMITED //! Generated protobuf types for DFE native gRPC transport. #[allow(clippy::all, clippy::pedantic)] mod inner { tonic::include_proto!("dfe.transport.v1"); } pub use inner::*;