Y
Hacker News
new
|
ask
|
show
|
jobs
by
fyrn_
38 days ago
In practice, Go is much, much more github dependent than rust, most go packages are on github
1 comments
queenkjuul
37 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
link
steveklabnik
37 days ago
Crates.io hosts source code independently of GitHub.
Cargo also makes vendoring dependencies trivial.
link