Skip to main content

CommonLibrary/Transport/
gRPC.rs

1#![allow(non_snake_case, non_camel_case_types, non_upper_case_globals)]
2//! # gRPC Transport Implementation
3//!
4//! Placeholder for the gRPC transport over HTTP/2.
5//! Full implementation uses `tonic` for gRPC communication.