Hacker News new | ask | show | jobs
by steveklabnik 3430 days ago
Soon! Remember, you can already try it out on the nightly compiler. Filing any bugs that come up can help us ensure that it works well enough to stabilize.
1 comments

Binary crates support across projects would also be nice. :)

Anyway congratulations on the work!

What do you mean by "across projects"?

(and thanks!)

I think they mean a nix-like binary cache for packages that get build multiple times (for different projects).
Ah; if that's true, it's being worked on.
Yep that is it.

Currently I tried to make use of the shared target directory configuration to see if it would help.