How can I learn about which ISPs have better peering and net neutrality etc? Are there websites that keep track of this and compare it?
for crate in $(ls */Cargo.toml | xargs dirname); do
cargo build
Why do this instead of cargo --workspace build
Is it so you can time the individual crates?