Y
Hacker News
new
|
ask
|
show
|
jobs
by
epage
84 days 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.
1 comments
LoganDark
84 days ago
`uv` isn't even a Python interpreter. I prefer to build my systems without Python support.
link