Hacker News new | ask | show | jobs
by zegerjan 3430 days ago
> Rust 1.15 sees an extremely eagerly-awaited feature land on stable

Hoped to read incremental recompilation there, what a tease ;)

1 comments

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.
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.