Hacker News new | ask | show | jobs
by rddbs 540 days ago
How often do folks venture off the happy path with Rust dependencies? Personally I’ve never once found myself in that situation.
1 comments

I've done it before to integrate rust into polyglot build systems. There's a surprisingly long history of build systems trying and failing to implement rust builds without the "happy path" of simply wrapping cargo. As far as I know no one's ever succeeded.