4 Commits

Author SHA1 Message Date
Baudouin Feildel
03ac6b9c2b Rust: Update experimental UUID 2026-05-25 22:18:25 +02:00
Baudouin Feildel
abe64ca2d3 Rust: Update experimental UUID 2026-03-26 23:15:58 +01:00
Baudouin Feildel
e6a544836b Rust: Update experimental UUID 2026-03-20 09:42:44 -04:00
Baudouin Feildel
881faf67e5 Rust: Switch to building .rs files to .rlib instead of native object files
Each Rust source file given to a target is considered a separate crate
root. There's a concept of a "main crate root", which is the `.rs` file
that is given to the final linker phase in CMake. Other Rust source file
in a target are built as rlib separately.

The project can still build `.rs` files into object files by setting the
Rust_EMIT property on the desired source file.
2026-03-20 09:42:44 -04:00