|
|
|
|
|
by jgavris
1745 days ago
|
|
I'm surprised nobody has mentioned trying out using Google's Bazel build system with the Rust rules. Bazel provides relatively straightforward 'remote caching' of build artifacts via Google Cloud Storage or S3. https://github.com/bazelbuild/rules_rust |
|
It also models your source code in your build system (exposing libraries, binaries, etc).
I'd love to see a performance comparison with `rules_rust`.