Docs.rs
luna-core-2.10.0
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
luna-core 2.10.0
Pure-Rust Lua runtime (interpreter only, zero third-party dependencies). The JIT-equipped variant lives in the `luna-jit` crate.
Crate
Source
Builds
Feature flags
Documentation
..
01_arithmetic.lua
02_strings.lua
03_tables.lua
04_control_flow.lua
05_closures.lua
06_arith_edge.lua
07_arith_precision.lua
08_string_format_prec.lua
09_string_ops_extended.lua
10_table_large.lua
11_metatable_index.lua
12_metatable_arith.lua
13_metatable_call.lua
14_closure_upvalue.lua
15_closure_scope.lua
16_coroutine_basic.lua
17_coroutine_wrap.lua
18_error_pcall.lua
19_error_propagate.lua
20_gc_final.lua
21_string_pattern.lua
22_table_iter.lua
23_table_pack.lua
24_numeric_for.lua
25_string_bytes.lua
26_bitwise.lua
27_string_repr.lua
28_closure_recursive.lua
29_metatable_ordered.lua
30_multiple_return.lua
31_string_concat_chain.lua
32_numeric_types.lua
33_table_move.lua
34_string_format_gsub.lua
35_deep_nesting.lua
36_boolean_ops.lua
37_local_scope.lua
38_goto_labels.lua
39_string_len_utf.lua
40_closure_forward.lua
41_metatable_pairs.lua
42_table_edge.lua
43_multi_assign.lua
44_string_immutable.lua
45_load_string.lua