Skip to content

TeamHarTex/fluent-rs

This branch is 5 commits ahead of, 67 commits behind projectfluent/fluent-rs:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

47802a7 · May 31, 2023
Apr 11, 2023
Dec 13, 2022
Jan 26, 2023
Dec 13, 2022
Dec 22, 2022
Nov 15, 2022
Dec 13, 2022
Feb 9, 2023
Dec 13, 2022
Dec 21, 2022
Dec 13, 2022
Mar 20, 2020
Jan 25, 2023
Apr 10, 2019
Dec 13, 2022
Oct 19, 2017
Oct 19, 2017
Nov 17, 2022
Nov 17, 2022
Nov 17, 2022

Repository files navigation

Fluent Build and test Coverage Status

fluent-rs is a collection of Rust crates implementing Project Fluent.

Packages

The crates perform the following functions:

fluent crates.io

Umbrella crate combining crates that are ready to be used in production.

fluent-syntax crates.io

Low level Fluent Syntax AST and parser API.

fluent-bundle crates.io

Implementation of the low-level Fluent Localization System providing localization capabilities for any Rust project.

fluent-fallback crates.io

Implementation of the high-level Fluent Localization System providing localization capabilities for any Rust project.

fluent-resmgr crates.io

Resource Manager for localization resources.

fluent-cli

Collection of command line tools for Fluent.

Running the project

Each fluent-* directory works with the typical cargo commands. In addition there are some general cargo-make commands that can be run. First install cargo-make via cargo install --force cargo-make. The commands are documented in Makefile.toml.

Tests

To run all of the tests for the repo run:

cargo make test

For local code coverage reports run:

# Install the tools first if you haven't done so. The llvm tools must be available
# on the path for this to work correctly.
cargo make install-tools

# Then coverage can be run like so:
cargo make coverage

About

Rust implementation of Project Fluent

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 50.8%
  • Fluent 49.2%