5 ms·
How often do folks venture off the happy path with Rust dependencies? Personally I’ve never once found myself in that situation.
by rddbs 2y ago
How often do folks venture off the happy path with Rust dependencies? Personally I’ve never once found myself in that situation.
- AlotOfReading 2y agoI'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.