Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Zibi Braniecki committed Apr 16, 2019
1 parent 9b5911d commit 839ba62
Showing 1 changed file with 19 additions and 3 deletions.
22 changes: 19 additions & 3 deletions README.md
Expand Up @@ -4,10 +4,26 @@

The crates perform the following functions:

## fluent-syntax [![crates.io](http://meritbadge.herokuapp.com/fluent_syntax)](https://crates.io/crates/fluent_syntax)

Low level Fluent Syntax AST and parser API.

## fluent-bundle [![crates.io](http://meritbadge.herokuapp.com/fluent_bundle)](https://crates.io/crates/fluent_bundle)

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

## fluent-syntax [![crates.io](http://meritbadge.herokuapp.com/fluent_syntax)](https://crates.io/crates/fluent_syntax)
## fluent-fallback [![crates.io](http://meritbadge.herokuapp.com/fluent_fallback)](https://crates.io/crates/fluent_fallback)

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

## fluent-resmgr [![crates.io](http://meritbadge.herokuapp.com/fluent_resmgr)](https://crates.io/crates/fluent_resmgr)

Resource Manager for localization resources.

## fluent-cli [![crates.io](http://meritbadge.herokuapp.com/fluent_cli)](https://crates.io/crates/fluent_cli)

Collection of command line tools for Fluent.

## fluent [![crates.io](http://meritbadge.herokuapp.com/fluent)](https://crates.io/crates/fluent)

Fluent Syntax parser/serializer API.
Umbrella crate combining crates that are ready to be used in production.

0 comments on commit 839ba62

Please sign in to comment.