linebender / linebender/druid

Make fluent-* crates optional as a feature

Open
#2,229 0 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.