//! Lua 5.4 standard library — runtime stdlib crate.
//!
//! Each module corresponds to one C source under reference/lua-5.4.7/src/.
//! See ANALYSES/file_deps.txt for the mapping.
// ──────────────────────────────────────────────────────────────────────────
// PORT STATUS
// source: (module aggregator)
// target_crate: lua-stdlib
// confidence: high
// todos: 0
// port_notes: 0
// unsafe_blocks: 0
// notes: Each pub mod maps to one stdlib C file.
// ──────────────────────────────────────────────────────────────────────────