// SPDX-FileCopyrightText: Copyright (c) 2025-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
// SPDX-License-Identifier: Apache-2.0
//! gRPC Transport Module
//!
//! This module provides a gRPC transport implementation using tonic for
//! bidirectional streaming. It wraps the same framing protocol used by
//! TCP/UDS transports in gRPC FramedData messages.
/// Generated protobuf types for the VeloStreaming gRPC service.
pub use VeloStreamingService;
pub use ;