Expand description
Structs and utilities for lux.toml
Structs§
- Local
Project Toml - The
lux.toml
file, after being properly deserialized. This struct may be used to build a local version of a project. To build a rockspec, useRemoteProjectToml
. - Partial
Project Toml - The
lux.toml
file. The only required fields arepackage
andbuild
, which are required to build a project usinglux build
. The rest of the fields are optional, but are required to build a rockspec. - Remote
Project Toml - RunSpec
Enums§
- Local
Project Toml Validation Error - Project
Toml Error - Project
Toml Integrity Error - Remote
Project Toml Validation Error