lua-types 0.0.14

A Lua 5.4 interpreter implemented in safe Rust.
Documentation

Lua value types, error types, and shared newtypes.

Phase B foundation: this crate defines the types referenced by all Phase A files. Implementations are stubs (todo!()) where they exist; the goal is that use lua_types::... imports resolve so cargo check can surface real errors instead of name-resolution noise.

See PORT_STRATEGY.md §3 for the design decisions encoded here.