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ยง

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