component/build-timehelp wantedstatus/mentor
仓库指标
- 星标
- (15,922 个星标)
- PR 合并指标
- (平均合并 28天 9小时) (30 天内合并 68 个 PR)
描述
There are a number of duplicate dependencies in our crate graph, adding to compile times. cargo tree might help to find them. Eliminate a many as possible.
Create a whitelist of allowed dupes, and a CI script that checks it; to avoid regressions, and ensure we know when we're adding dupes.