Concepts and terminology
Functions
Rules
Native rules ship with the Bazel binary and do not require aload statement.
Native rules are available globally in BUILD files. In .bzl files, you can find them in
the native module.
For non-native Starlark rules that ship separately from Bazel, see the list of
recommended rules.