gecko-dev/third_party/rust/unicode-bidi
Kartikaya Gupta 47c3dd535d Bug 1369156 - Re-vendor third-party rust libraries with latest cargo-vendor. r=froydnj
MozReview-Commit-ID: LQicTh0fmk0

--HG--
extra : rebase_source : 7a5ee9c3242fefa72e8d0372b8e9c03170c7df4b
2017-06-20 16:05:17 -04:00
..
benches Bug 1341102 - Revendor rust dependencies again after several manual update on a CLOSED TREE. 2017-06-01 09:35:32 +10:00
src Bug 1341102 - Revendor rust dependencies again after several manual update on a CLOSED TREE. 2017-06-01 09:35:32 +10:00
tests Bug 1341102 - Revendor rust dependencies again after several manual update on a CLOSED TREE. 2017-06-01 09:35:32 +10:00
tools Bug 1341102 - Revendor rust dependencies again after several manual update on a CLOSED TREE. 2017-06-01 09:35:32 +10:00
.cargo-checksum.json Bug 1369156 - Re-vendor third-party rust libraries with latest cargo-vendor. r=froydnj 2017-06-20 16:05:17 -04:00
.cargo-ok Bug 1151899 - Vendor rust-url-capi deps; r=valentin,ted 2016-10-28 16:34:19 -07:00
.rustfmt.toml Bug 1341102 - Revendor rust dependencies again after several manual update on a CLOSED TREE. 2017-06-01 09:35:32 +10:00
.travis.yml Bug 1341102 - Revendor rust dependencies again after several manual update on a CLOSED TREE. 2017-06-01 09:35:32 +10:00
AUTHORS Bug 1341102 - Revendor rust dependencies again after several manual update on a CLOSED TREE. 2017-06-01 09:35:32 +10:00
COPYRIGHT Bug 1151899 - Vendor rust-url-capi deps; r=valentin,ted 2016-10-28 16:34:19 -07:00
Cargo.toml Bug 1341102 - Revendor rust dependencies again after several manual update on a CLOSED TREE. 2017-06-01 09:35:32 +10:00
LICENSE-APACHE Bug 1151899 - Vendor rust-url-capi deps; r=valentin,ted 2016-10-28 16:34:19 -07:00
LICENSE-MIT Bug 1151899 - Vendor rust-url-capi deps; r=valentin,ted 2016-10-28 16:34:19 -07:00
README.md Bug 1151899 - Vendor rust-url-capi deps; r=valentin,ted 2016-10-28 16:34:19 -07:00

README.md

unicode-bidi

This crate implements the Unicode Bidirectional Algorithm 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

Build Status