Skip to main content

switchyard_translation/
stream.rs

1// SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
2// SPDX-License-Identifier: Apache-2.0
3
4//! Public compatibility module for streaming translation APIs.
5
6pub use crate::codecs::stream::*;