Crate unicode_shaper

Source
Expand description

§Unicode Shaper

§Description

The unicode-shaper Rust crate provides functionalities to parse, shape, and process Unicode text. This crate uses no_std and is intended to be available for embedded systems and WASM applications.

Re-exports§

pub use shape::*;
pub use ubidi::*;

Modules§

shape
Unicode shaping tools
ubidi
Unicode bidirectional tools