Skip to main content

hyperi_rustlib/transport/grpc/
proto.rs

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