Skip to main content

Crate ling_runtime

Crate ling_runtime 

Source
Expand description

Ling runtime library

Re-exports§

pub use gc::Gc;
pub use alloc::LingBox;

Modules§

alloc
Ling heap allocation.
gc
Simple reference-counting GC shim. A full tracing GC can be plugged in behind this API later.
std
Ling standard library — built-in functions exposed to the runtime.