nemo-relay 0.0.0

Reserved stub for the NeMo Relay Rust runtime SDK.
Documentation
1
2
3
4
5
6
7
// SPDX-FileCopyrightText: Copyright (c) 2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
// SPDX-License-Identifier: Apache-2.0

#![doc = include_str!("../README.md")]

/// Indicates that this version is only a package-name reservation stub.
pub const PACKAGE_RESERVED: bool = true;