Vendor things
This commit is contained in:
parent
5deceec006
commit
977e3c17e5
19434 changed files with 10682014 additions and 0 deletions
12
third-party/vendor/unicode-bidi/README.md
vendored
Normal file
12
third-party/vendor/unicode-bidi/README.md
vendored
Normal file
|
|
@ -0,0 +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,
|
||||
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/
|
||||
Loading…
Add table
Add a link
Reference in a new issue