1 unstable release
0.1.0 | Apr 28, 2023 |
---|
#14 in #syllable
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
~255–710KB
~16K SLoC