lua-gc 0.0.3

Lua 5.4 runtime port in Rust with an AI-assisted C-to-Rust porting harness.
Documentation

Lua 5.4 garbage collector.

Modules: heap — Phase-D production mark-sweep (Gc, Trace, Heap)

Historical Phase-A partial ports of C-Lua's lgc.c/lmem.c were removed once heap.rs became the production collector. Keep this crate's source tree limited to compiled modules so unsafe audits reflect the active build.