Module types

Source
Available on crate feature artemis only.

Structs§

AstFile
Represents an AST file.
Iter
An iterator over the members of an array.
IterMut
A mutable iterator over the members of an array.
Key
Reprsents a key in nested arrays. For example, in the array {"save", text="test"}, the key is "save".
NumKey
Represents a key in key value pairs. For example, in the key value pair [1] = "test", the key is 1.

Enums§

Value
Represents a value in LUA table

Constants§

NULL 🔒