I've seen https://github.com/hermeticbuild/rules_rs/blob/main/gazelle/BUILD.bazel but that appears to be just for internal work.
What I'd like to be able to do is run something like https://github.com/Calsign/gazelle_rust except that appears to be locked down to rules_rs so far. It's also not compatible with multi-language monorepos - my primary use case has a pile of Go code we're using the stock Gazelle for so far, and compatibility with that would be good. Although, I can work with running two tools provided they don't stomp over each other!
I've seen https://github.com/hermeticbuild/rules_rs/blob/main/gazelle/BUILD.bazel but that appears to be just for internal work.
What I'd like to be able to do is run something like https://github.com/Calsign/gazelle_rust except that appears to be locked down to
rules_rsso far. It's also not compatible with multi-language monorepos - my primary use case has a pile of Go code we're using the stock Gazelle for so far, and compatibility with that would be good. Although, I can work with running two tools provided they don't stomp over each other!