Crate mun_runtime

source ·
Expand description

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.

Modules

Exposes function information using the C ABI.
Exposes Mun garbage collection.
Exposes the Mun runtime using the C ABI.