Registry / utility / hyphenation

hyphenation

JSON →
library0.8.4rscratesunverified

Knuth-Liang hyphenation for a variety of languages.

# Cargo.toml [dependencies] hyphenation = "0.8.4"
INSTALL
IMPORT
SIG · HYPHENATION
H
hyphenation
utilityrustv0.8.4
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.

Standard
use hyphenation::Standard;

Hyphenate a word using the US English dictionary.

use hyphenation::Standard; use hyphenation::Load; fn main() { let dictionary = Standard::from_embedded("en-us").unwrap(); let hyphenated = dictionary.hyphenate("hyphenation"); println!("Hyphenated: {:?}", hyphenated); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.8.4latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Amazon
1
Resources
hyphenation — cargo add hyphenation · libregistry