// =============================================================================
// Copyright (c) 2025 - 2026 Haixing Hu.
//
// SPDX-License-Identifier: Apache-2.0
//
// Licensed under the Apache License, Version 2.0.
// =============================================================================
//! Resource categories used by the metadata V1 wire contract.
/// A metadata resource category bounded by the strict V1 wire contract.
///
/// # Examples
///
/// ```
/// use qubit_metadata::MetadataWireLimitKind;
///
/// assert_eq!(MetadataWireLimitKind::Entries, MetadataWireLimitKind::Entries);
/// ```