nemo-relay-switchyard 0.0.0

Placeholder crate reserved for nemo-relay-switchyard.
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

//! A placeholder crate reserved for its package name.

/// Identifies this package as a placeholder crate.
pub const PLACEHOLDER: bool = true;