{"id":13626051,"url":"https://github.com/projectfluent/fluent-rs","last_synced_at":"2025-05-14T04:07:38.464Z","repository":{"id":15139519,"uuid":"77560730","full_name":"projectfluent/fluent-rs","owner":"projectfluent","description":"Rust implementation of Project Fluent","archived":false,"fork":false,"pushed_at":"2025-02-17T19:42:17.000Z","size":1364,"stargazers_count":1176,"open_issues_count":47,"forks_count":100,"subscribers_count":15,"default_branch":"main","last_synced_at":"2025-05-10T06:05:04.049Z","etag":null,"topics":["ftl","i18n","internationalization","l10n","localization","plural","rust"],"latest_commit_sha":null,"homepage":"https://projectfluent.org","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/projectfluent.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-APACHE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-12-28T20:53:44.000Z","updated_at":"2025-05-08T22:46:26.000Z","dependencies_parsed_at":"2024-01-13T16:51:17.447Z","dependency_job_id":"fbf57572-d7cd-4c87-ac9f-add0b648fa92","html_url":"https://github.com/projectfluent/fluent-rs","commit_stats":{"total_commits":604,"total_committers":47,"mean_commits":"12.851063829787234","dds":"0.45860927152317876","last_synced_commit":"a2cef6bff4885623f638a6968e034ce1a296ba01"},"previous_names":[],"tags_count":55,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/projectfluent%2Ffluent-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/projectfluent%2Ffluent-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/projectfluent%2Ffluent-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/projectfluent%2Ffluent-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/projectfluent","download_url":"https://codeload.github.com/projectfluent/fluent-rs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254069220,"owners_count":22009513,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ftl","i18n","internationalization","l10n","localization","plural","rust"],"created_at":"2024-08-01T21:02:08.670Z","updated_at":"2025-05-14T04:07:38.401Z","avatar_url":"https://github.com/projectfluent.png","language":"Rust","readme":"# Project Fluent\n\n[![Build](https://github.com/projectfluent/fluent-rs/actions/workflows/test.yaml/badge.svg)](https://github.com/projectfluent/fluent-rs/actions/workflows/test.yaml)\n[![Coverage Status](https://coveralls.io/repos/github/projectfluent/fluent-rs/badge.svg?branch=main)](https://coveralls.io/github/projectfluent/fluent-rs?branch=main)\n\nThe `fluent-rs` workspace is a collection of Rust crates implementing [Project Fluent][],\na localization system designed to unleash the entire expressive power of natural language translations.\n\nProject Fluent keeps simple things simple and makes complex things possible.\nThe syntax used for describing translations is easy to read and understand.\nAt the same time it allows, when necessary, to represent complex concepts from natural languages like gender, plurals, conjugations, and others.\n\n## Packages\n\nThis workspace contains the following crates:\n\n### fluent\n\n[![crates.io](https://img.shields.io/crates/v/fluent.svg)](https://crates.io/crates/fluent)\n[![docs.rs](https://img.shields.io/docsrs/fluent)](https://docs.rs/fluent)\n\nAn umbrella crate exposing the combined features of fluent-rs crates with additional convenience macros.\n\n### fluent-bundle\n\n[![crates.io](https://img.shields.io/crates/v/fluent_bundle.svg)](https://crates.io/crates/fluent_bundle)\n[![docs.rs](https://img.shields.io/docsrs/fluent-bundle)](https://docs.rs/fluent-bundle)\n\nA low-level implementation of a collection of localization messages for a single locale.\n\n### fluent-fallback\n\n[![crates.io](https://img.shields.io/crates/v/fluent_fallback.svg)](https://crates.io/crates/fluent_fallback)\n[![docs.rs](https://img.shields.io/docsrs/fluent-fallback)](https://docs.rs/fluent-fallback)\n\nA high-level abstraction model for managing locale bundles and runtime localization lifecycle.\n\n### fluent-resmgr\n\n[![crates.io](https://img.shields.io/crates/v/fluent_resmgr.svg)](https://crates.io/crates/fluent_resmgr)\n[![docs.rs](https://img.shields.io/docsrs/fluent-resmgr)](https://docs.rs/fluent-resmgr)\n\nA standalone solution for managing resource files and returning locale bundles.\n\n### fluent-syntax\n\n[![crates.io](https://img.shields.io/crates/v/fluent_syntax.svg)](https://crates.io/crates/fluent_syntax)\n[![docs.rs](https://img.shields.io/docsrs/fluent-syntax)](https://docs.rs/fluent-syntax)\n\nA low-level parser, AST, and serializer API for the Fluent syntax.\n\n### fluent-pseudo\n\n[![crates.io](https://img.shields.io/crates/v/fluent_pseudo.svg)](https://crates.io/crates/fluent_pseudo)\n[![docs.rs](https://img.shields.io/docsrs/fluent-pseudo)](https://docs.rs/fluent-pseudo)\n\nA pseudolocalization and transformation API.\n\n### fluent-testing\n\n[![crates.io](https://img.shields.io/crates/v/fluent_testing.svg)](https://crates.io/crates/fluent_testing)\n[![docs.rs](https://img.shields.io/docsrs/fluent-testing)](https://docs.rs/fluent-testing)\n\nA collection of mock scenarios for testing fluent-rs components.\n\n### intl-memoizer\n\n[![crates.io](https://img.shields.io/crates/v/intl_memoizer.svg)](https://crates.io/crates/intl_memoizer)\n[![docs.rs](https://img.shields.io/docsrs/intl-memoizer)](https://docs.rs/intl-memoizer)\n\nA memoizer specifically tailored for storing lazy-initialized intl formatters.\n\n### fluent-cli\n\nA collection of developer-oriented command line tools for Fluent.\n\n[Project Fluent]: https://projectfluent.org\n","funding_links":[],"categories":["Rust","Fluent","FreeMarker","Other"],"sub_categories":["Rust 2D renderer"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprojectfluent%2Ffluent-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprojectfluent%2Ffluent-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprojectfluent%2Ffluent-rs/lists"}