Hacker News new | ask | show | jobs
by queenkjuul 38 days ago
Aren't all the ones in the actual Go registry mirrored, though? I thought I read that. They also make it trivial to vendor dependencies, idk if Crates handles that
1 comments

Crates.io hosts source code independently of GitHub.

Cargo also makes vendoring dependencies trivial.