Starlark
spaces rules are written in starlark, a dialect of python. starlark symbols originate from three sources:
- The standard starlark specification
- Builtins that call
rustfunctions within thespacesbinary- Built-ins have function wrappers defined in the SDK
load()statements that import variables or functions from other starlark scriptsload()paths can either be relative to the currentstarfile or prefixed with//to refer to the workspace root