1 2 3 4 5 6 7 8 9 10 11 12 13 14
// SPDX-FileCopyrightText: Copyright (c) 2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved. // SPDX-License-Identifier: Apache-2.0 //! Planned NeMo Guardrails plugin integrations for NeMo Relay Core. #[cfg(test)] use std::sync::Mutex; #[cfg(test)] pub(crate) fn test_mutex() -> &'static Mutex<()> { crate::shared_runtime::runtime_owner_test_mutex() } pub mod component;