The Wayback Machine - https://web.archive.org/web/20220718215643/https://github.com/projectfluent/fluent-rs
Skip to content

projectfluent/fluent-rs

master
Switch branches/tags
Code

Latest commit

There are many links that I could not fix in the luent crate, but they are not a problem in the luent-bundle crate. I do not understand why these problems arise.

Relevant readings on Rust docs:
- Last addition to rustdoc capacities: https://rust-lang.github.io/rfcs/1946-intra-rustdoc-links.html
- Frontend/backend crates pattern: https://users.rust-lang.org/t/cross-crate-documentation-links-in-a-workspace/67588
- Help linking to an external crate (for which we want to link only on the documentation level): rust-lang/api-guidelines#186
- Open issue on how to do that: rust-lang/rust#74481
df81ab8

Git stats

Files

Permalink
Failed to load latest commit information.

Fluent Build and test Coverage Status

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

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.