Crates.io | unic-bidi |
lib.rs | unic-bidi |
version | 0.9.0 |
source | src |
created_at | 2017-06-20 09:06:36.853284 |
updated_at | 2019-03-03 07:44:53.16844 |
description | UNIC — Unicode Bidirectional Algorithm |
homepage | |
repository | https://github.com/open-i18n/rust-unic/ |
max_upload_size | |
id | 19670 |
size | 77,477 |
This UNIC component implements algorithms from Unicode® Standard Annex #9 - Unicode Bidirectional Algorithm, a.k.a. UBA, used for display of mixed right-to-left and left-to-right text. It is written in safe Rust, compatible with the current stable release.
Initial code for this component is based on
unicode-bidi
.