Registry / utility / unic-bidi

unic-bidi

JSON →
library0.9.0rscratesunverified

UNIC — Unicode Bidirectional Algorithm

# Cargo.toml [dependencies] unic-bidi = "0.9.0"
INSTALL
IMPORT
SIG · UNIC-BIDI
U
unic-bidi
utilityrustv0.9.0
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 unic_bidi::BidiInfo;

Implements the Unicode Bidirectional Algorithm for text layout.

use unic_bidi::BidiInfo; fn main() { let text = "Hello, world!"; let bidi_info = BidiInfo::new(&text, None); println!("{:?}", bidi_info.levels); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.9.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

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