Skip to main content

Module live

Module live 

Source
Expand description

Live implementations of all of trame’s runtime traits: no verification involved, real memory allocations, etc.

Structs§

LArena
Vec-based arena with free list for production use.
LHeap
Live heap that performs actual memory operations.
LRuntime
A “live” runtime that just peforms raw unsafe Rust operations
LShapeStore
Live shape store: handle and view are the static shape itself.