3 ms·
Yeah, having `cargo test` require another binary like `uv` is not idiomatic. 99% of the time, I should be able to walk up to a Rust project and run `cargo test`
by epage 6mo ago
Yeah, having `cargo test` require another binary like `uv` is not idiomatic. 99% of the time, I should be able to walk up to a Rust project and run `cargo test` and it should just work.
- LoganDark 6mo ago`uv` isn't even a Python interpreter. I prefer to build my systems without Python support.