Make fluent-* crates optional as a feature
Open
Nobody has claimed this yet.
discussion
- Dominant language
- Rust
- Stars
- 9.7k
- Forks
- 565
- PR merge metrics
- No merged PRs in 30d
Description
Sometimes we may not require a internationalization feature for a tiny tool, making it optional should reduce binary size. And it can't be bundled into program, which may not be distrubable as a single execuatable program (At least for me).
Contributor guide
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.
Research direction
Start by locating the Cargo manifest entries for the fluent-* crates and checking how existing features and dependencies are defined. The work is done when those crates can be excluded for a small tool while internationalization remains available when the feature is enabled, with the relevant build or packaging behavior verified.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- localization
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100