|
|
|
|
|
by bluGill
649 days ago
|
|
I do not know of a solution. I'm pointing out a problem. > Cargo does have a build script mechanism, with a major use case being integrating with other languages at compile time I already use cmake and my own custom build environment manager. While there are warts it is setup and works well enough that I don't want to switch. But rust wants me to forget about all that and use cargo. While in theory I can use something else, they don't bother documenting those workflows (I'm not convinced they will keep them working if I do get it working) |
|
I would be very surprised if changing the arguments to rustc (or the equivalent in any language) wasn't considered a breaking change, so I'm not sure how well founded your skepticism is. If it's poorly documented, that is a shame.