// SPDX-License-Identifier: Apache-2.0
//! Neutral per-ABI FFI registry: one self-contained spec file per `FfiAbi`.
//! Both the producer extractors (marker→ABI classification) and the bridge
//! resolver (consumer matrix) read from here, so adding an ABI is one spec file
//! plus one `SPECS` entry — never a growing match or an inline extractor block.
pub use ;