Implementation of the Unicode Bidirection Algorithm in Rust
Other
78
stars
33
forks
source link
readme
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.