// SPDX-FileCopyrightText: Copyright (c) 2025-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
// SPDX-License-Identifier: Apache-2.0
fnmain()->Result<(), Box<dyn std::error::Error>>{// Only compile proto files if grpc feature is enabled
#[cfg(feature ="grpc")]{tonic_build::configure().bytes(["velo.streaming.v1.FramedData"]).compile_protos(&["proto/velo.proto"],&["proto"])?;}Ok(())}