Y
Hacker News
new
|
ask
|
show
|
jobs
by
steveklabnik
3620 days ago
Rust will already allow you to have multiple versions of transitive dependencies.
3 comments
sitkack
3620 days ago
This needs to be screamed from the hill tops!
link
wilmoore
3618 days ago
To be honest, this is the kind of thing that would be great to highlight immediately on
https://github.com/rust-lang/cargo
or
http://doc.crates.io/guide.html
.
I go to those pages and I am given 0 information on how the thing actually works.
link
steveklabnik
3617 days ago
Cargo's docs need a bunch of work, it's true. I have so much to do :(
link
bassislife
3620 days ago
Which I guess is normal since it does not create any dependency cycle. A new version might as well be thought as a completely different package (of perhaps similar functionality).
link