#korean #alphabet #language #syllable #unicode #individual #set

unikorn

a library for handling korean alphabets in unicode

1 unstable release

0.1.0 Apr 28, 2023

#16 in #syllable

MIT license

31KB
664 lines

unikorn-rs

a rust library for handling korean alphabets in unicode

Minimum Supported Rust Stable Version (MSRSV)

Rust v1.56.0 and later.


lib.rs:

This crate provides ways to manipulate modern Korean alphabets (현대한글, Hyeondae Hangeul).

More specifically, you can:

  • Decompose a Precomposed Korean Syllable into individual 'consonants and vowels' (자모, Jamo), and
  • Do the reverse of above action, i.e., compose a set of individual consonants and vowels into a Precomposed Korean Syllable.

Dependencies

~330–790KB
~18K SLoC