-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Alex Touchet <[email protected]>
- Loading branch information
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
# 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, | ||
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/) | ||
[Documentation](https://docs.rs/unicode-bidi) | ||
|
||
[](https://github.com/servo/unicode-bidi/actions) | ||
[](https://ci.appveyor.com/project/servo/unicode-bidi) | ||
[](https://ci.appveyor.com/project/servo/unicode-bidi) | ||
|
||
[tr9]: https://www.unicode.org/reports/tr9/ |