https://github.com/jadedblueeyes/messageformat
A collection of crates to help with internationalising Rust applications using ICU MessageFormat
https://github.com/jadedblueeyes/messageformat
Last synced: about 2 months ago
JSON representation
A collection of crates to help with internationalising Rust applications using ICU MessageFormat
- Host: GitHub
- URL: https://github.com/jadedblueeyes/messageformat
- Owner: JadedBlueEyes
- Created: 2024-06-27T15:01:39.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-03-17T06:53:41.000Z (3 months ago)
- Last Synced: 2025-03-17T07:40:00.942Z (3 months ago)
- Language: Rust
- Homepage:
- Size: 136 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MessageFormat
[](https://matrix.to/#/#messageformat:ellis.link) [](https://github.com/JadedBlueEyes/messageformat/actions/workflows/ci.yml?query=branch%3Amain) [](https://deps.rs/repo/github/JadedBlueEyes/messageformat?path=crates%2Fmf1) [](https://github.com/JadedBlueEyes/messageformat/commits/main/) [](https://github.com/pre-commit/pre-commit)
MessageFormat is a collection of crates to help with internationalising Rust applications using ICU MessageFormat.
- [mf1](./crates/mf1/)
- [mf1-macros](./crates/mf1-macros/)
- [mf1-parser](./crates/mf1/-parser)Take a look at the [basic example](https://github.com/JadedBlueEyes/messageformat/blob/main/examples/basic/).