The built-in rust_binary, rust_library, and rust_test target types are now defined as a bundled Starlark prelude instead of hardcoded Rust functions. They are implemented on top of a low-level target(kind, name, srcs, deps) primitive, so built-in target types use the same extension mechanism that future plugins will use.
Hive
Rust target types defined in the Starlark prelude
Published
May 03, 2026 · 10:07 UTC
Repository
tuist/once