Marco Farrugia
Marco Farrugia
Almost all tooling in the rust ecosystem depends on at least `Cargo.toml` files and `cargo metadata`. It would be good to generate the manifests. https://github.com/mfarrugi/rules_rust/tree/marco-generate-cargo-toml/aspect is a WIP that uses...
1. Do we want this example? 2. Where should py_rust_library.bzl go? Should it use @rules_python instead of native rules? TODO: - [x] Move under examples/ffi/python_calling_rust ------- Separately, I noticed that...
A couple things have not kept up with changes in bazel and skylark, from what I've gathered there's: - toolchain.bzl is somewhat misnamed since `toolchain` became a bazel term -...
The current build template, [nixpkgs/BUILD.pkg](https://github.com/tweag/rules_nixpkgs/blob/master/nixpkgs/BUILD.pkg), is pretty bare bones. I imagine most users have a series of macros to provide a build_file or build_file_content. Is it possible to add cc_library...
It shaves a bit of time to avoid sourcing zgen when you don't need to. Since that's kind of the point of this project, my `.zshrc` includes something like this:...