Minimize feature usage from dependencies
Open
@bytesnake is already working on this.
Since Nov 26, 2021.
- Dominant language
- Rust
- Stars
- 4.7k
- Forks
- 334
- Avg merge
- 39m
- Merged PRs (30d)
- 1
Description
Based on a recent discussion with @bytesnake.
We noticed a descent compile time improvement in a different project, just by using default-features = false on a few dependencies.
I just skimmed a few toml files and I think some of them might be reducible, but I'm afraid of making any untested PR's, since
missing features can lead to runtime failures.
So i just wanted to add this issue as a reminder, please feel free to update or close it if the features are actually up to date.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.