// SPDX-License-Identifier: Apache-2.0
// Copyright (c) 2026 Fábio Henrique de Lima Silva (fhl.bsb@gmail.com) All rights reserved.
//! Identity descriptor of the NAM-rs plugin in CLAP format.
use *;
/// Returns the immutable plugin descriptor.
/// Read by the host during scan — must be deterministic and without allocations.
///
/// Feature strings validated against CLAP 1.2.2 (clap-sys 0.5 / clack 0.1),
/// as defined in `include/clap/plugin-features.h` from the CLAP SDK.
/// Standard features only — non-standard features ($namespace:$feature)
/// are ignored by most hosts and should not be declared here.