Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lorissigrist/icu-messageformat-2
https://github.com/lorissigrist/icu-messageformat-2
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/lorissigrist/icu-messageformat-2
- Owner: LorisSigrist
- Created: 2024-03-24T20:49:43.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-04-14T11:41:50.000Z (7 months ago)
- Last Synced: 2024-04-15T10:44:13.470Z (7 months ago)
- Language: Rust
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ICU MessageFormat 2.0 Parser
This is a rust implementation of the ICU MessageFormat 2.0 specification. Very much work in progress.
The goal is to be able to:
- [ ] Parse messages according the ICU MessageFormat 2.0 specification
- [x] Serialize messages into the ICU MessageFormat 2.0
- [ ] Generate executeable code
- [ ] Provide a macro for generating code from a message-format string