1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
//! 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.
// ──────────────────────────────────────────────────────────────────────────