Registry / utility / unicode-bidi

unicode-bidi

JSON →
library0.3.18rscratesunverified

Implementation of the Unicode Bidirectional Algorithm for text layout.

# Cargo.toml [dependencies] unicode-bidi = "0.3.18"
INSTALL
IMPORT
SIG · UNICODE-BIDI
U
unicode-bidi
utilityrustv0.3.18
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

BidiInfo
✓ use unicode_bidi::BidiInfo;

Analyze bidirectional text and determine reordering levels.

use unicode_bidi::BidiInfo; let text = "Hello, world!"; let bidi_info = BidiInfo::new(&text, None); for line in bidi_info.paragraphs { println!("Level: {:?}", line.level); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.3.18latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
12
Resources
unicode-bidi — cargo add unicode-bidi · libregistry