bazelbuild / bazelbuild/rules_rust
`crate_universe` should use a json file as the lockfile instead of a rendered build file
Open
crate-universe
enhancement
needs-triage
- Dominant language
- Starlark
- Stars
- 843
- Forks
- 651
- Avg merge
- 2d 18h
- Merged PRs (30d)
- 15
Description
`crate_universe` currently renders all build files into one and writes that back to the user's workspace. I feel this is unmaintainable and is actually quite limiting in being able to write new features for the rule. This should be done sooner so the tests don't continue to be built off of hard to read assertions.
Contributor guide
Assessment
This issue has not been assessed yet.