Hive Hive
Sign in

Rust target types defined in the Starlark prelude

Metadata
Source
GitHub
Version
0.2.0
Domains
Published
May 03, 2026 · 10:07 UTC
Repository
tuist/once
Update

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.