|
|
|
|
|
by OtterCoder
2813 days ago
|
|
Not so much with Rust in the driver's seat. Cargo, Rust's primary toolchain, only has weak support for pre/post build scripts. It's solely concerned with Rust's own dependencies and compilation. In the couple of projects where I've added Rust to a larger project, it's always been bash or node that coordinates the overall build. |
|
When I tried this in build.rs, I had to check modification times myself.
There is an opening for a ninja-type crate in Rust.