[][src]Crate starlark_dialect_build_targets

Modules

testutil

Structs

EnvironmentContext

Holds execution context for a Starlark environment.

ResolvedTarget

Represents a resolved target.

Target

Represents a registered target in the Starlark environment.

Enums

GetStateError
RunMode

How a resolved target can be run.

Traits

BuildContext

Describes a generic context used when a specific target is built.

BuildTarget

Trait that indicates a type can be resolved as a target.

Functions

get_context_value

Obtain the Value holding the EnvironmentContext for a Starlark environment.

optional_bool_arg
optional_dict_arg
optional_int_arg
optional_list_arg
optional_str_arg
optional_type_arg
populate_environment

Populate a Starlark environment with our dialect.

required_dict_arg
required_list_arg
required_type_arg