//! The Mun Runtime C API
//!//! The Mun Runtime C API exposes runtime functionality using the C ABI. This can be used to
//! integrate the Mun Runtime into other languages that allow interoperability with C.
#![warn(missing_docs)]pubmodgc;pubmodruntime;pubmodfunction;#[macro_use]#[cfg(test)]modtest_util;