Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/boxdot/message-format
https://github.com/boxdot/message-format
Last synced: 30 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/boxdot/message-format
- Owner: boxdot
- License: apache-2.0
- Created: 2024-05-03T10:55:05.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-20T14:06:17.000Z (5 months ago)
- Last Synced: 2024-10-10T06:35:41.330Z (about 1 month ago)
- Language: Rust
- Size: 51.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# Message Format
[![ci-badge]][ci]
[ci-badge]: https://github.com/boxdot/message-format/actions/workflows/ci.yaml/badge.svg
[ci]: https://github.com/boxdot/message-format/actions/workflows/ci.yamlPort of the [`MessageFormat`] class from the internalization Dart package `intl`
to Rust. The port is verbatim. In particular, memory model, error handling and
optimizations are not Rust idiomatic.The source ported:
## License
* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or
http://www.apache.org/licenses/LICENSE-2.0)
* MIT License ([LICENSE-MIT](LICENSE-MIT) or
http://opensource.org/licenses/MIT)### Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in this document by you, as defined in the Apache-2.0 license,
shall be dual licensed as above, without any additional terms or conditions.[`MessageFormat`]: https://pub.dev/documentation/intl/latest/message_format/MessageFormat-class.html