Skip to main contentCrate ling_runtime
Source Expand description
pub use gc::Gc;pub use alloc::LingBox;
- 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.