https://github.com/servo/unicode-bidi
Implementation of the Unicode Bidirection Algorithm in Rust
https://github.com/servo/unicode-bidi
Last synced: about 1 year ago
JSON representation
Implementation of the Unicode Bidirection Algorithm in Rust
- Host: GitHub
- URL: https://github.com/servo/unicode-bidi
- Owner: servo
- License: other
- Created: 2015-05-26T17:28:44.000Z (about 11 years ago)
- Default Branch: main
- Last Pushed: 2024-12-16T23:10:34.000Z (over 1 year ago)
- Last Synced: 2025-06-23T00:42:34.827Z (about 1 year ago)
- Language: Rust
- Homepage:
- Size: 8.65 MB
- Stars: 77
- Watchers: 18
- Forks: 35
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
- Authors: AUTHORS
Awesome Lists containing this project
README
# unicode-bidi
This crate implements the [Unicode Bidirectional Algorithm][tr9] for display of
mixed right-to-left and left-to-right text. It is written in safe Rust,
compatible with the current stable release.
[Documentation](https://docs.rs/unicode-bidi)
[](https://github.com/servo/unicode-bidi/actions)
[](https://ci.appveyor.com/project/servo/unicode-bidi)
[tr9]: https://www.unicode.org/reports/tr9/