commit | fb0152d38e8eecd299313ba53a922e91a3eb46c0 | [log] [tgz] |
---|---|---|
author | Jeff Vander Stoep <jeffv@google.com> | Wed Dec 23 12:37:45 2020 +0100 |
committer | Jeff Vander Stoep <jeffv@google.com> | Wed Dec 23 12:38:21 2020 +0100 |
tree | 7fe63d7750f3879769e23b427d679e41d32886e6 | |
parent | f935d03e6ab6bfb35d5e03308f204363d861eef7 [diff] |
Allow using unicode-bidi from DnsResolver Test: m Bug: 155855709 Change-Id: Ie7df0beb6326223082a742f3f9c579a0aa4ff1ca
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.