nemo_relay/codec/request.rs
1// SPDX-FileCopyrightText: Copyright (c) 2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
2// SPDX-License-Identifier: Apache-2.0
3
4//! Re-exported normalized LLM request data types.
5
6pub use nemo_relay_types::codec::request::*;
7
8#[cfg(test)]
9#[path = "../../tests/unit/codec/request_tests.rs"]
10mod tests;