Add simple READMEs

finchie
Aug 11, 2025, 4:38 AM
F4TU65NJBGN6YXEM4BPWZDANFCP346AXMMWSWUTZL4HNYUN4HFWQC

Dependencies

  • [2] JUV7C6ET Create initial prototype of `fluent_embed_interaction`
  • [*] O77KA6C4 Create `fluent_embed` crate
  • [*] HHJDRLLN Create `fluent_embed_runtime` crate
  • [*] KDUI7LHJ

Change contents

  • file addition: README.md (----------)
    [2.36]
    # l10n_embed_interaction
    Abstractions and helpers for generating localized user interactions - prompts, progress bars, etc. For more details, see the main `l10n_embed` crate.
  • file addition: README.md (----------)
    [4.24]
    # l10n_embed_derive
    Macros for attaching Fluent localizations to Rust structs and enums. For more details, see the main `l10n_embed` crate.
  • file addition: README.md (----------)
    [5.32]
    # l10n_embed
    Framework for generating and displaying localizations of Rust types.
    Similar to using `serde`, types are localized through the `Localize` trait, and Fluent localizations can be attached to structs and enums via macros in the `l10n_embed_derive` crate.
    ## Alternative crates
    There are many other fantastic crates in this ecosystem that solve a very similar set of problems. Anyone considering this crate is very much encouraged to check out these alternatives first, as they are likely more battle-tested and may better suit your use case!
    - [`fluent-static`](https://github.com/zaytsev/fluent-static)
    - [`fluent-templates`](https://github.com/xampprocky/fluent-templates)
    - [`fluent-typed`](https://github.com/human-solutions/fluent-typed)
    - [`i18n-embed`](https://github.com/kellpossible/cargo-i18n)
  • file addition: README.md (----------)
    [6.1]
    # l10n_embed
    Framework for generating and displaying localizations of Rust types. For more details, see the README in `l10n_embed`.