Hacker News new | ask | show | jobs
by IshKebab 1748 days ago
There's support because Google uses Bazel and Rust, so they need a way to use Rust from Bazel.

I haven't really used Bazel much, but the features it brings are really huge: reliable pure compilation, so you can actually do globally cached and distributed builds reliably.

Maybe I should try it.