//! Foreign-function interfaces for COPP.
//!//! Language-specific ABI surfaces live in feature-gated submodules.
#[cfg(feature ="c")]pubmodc;#[cfg(feature ="cpp")]pubmodcpp;#[cfg(feature ="python")]pub(crate)modpython;#[cfg(feature ="c")]pubusec::*;