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
- LShape
Store - Live shape store: handle and view are the static shape itself.