Re-exports§
pub use compose_korean::compose_korean;
pub use compose_korean::create_double_consonant;
pub use enums::KoreanType;
pub use enums::SyllableType;
Modules§
Functions§
- check_
korean - Checks if a character is a Korean syllable or a complete Korean character.
- classify_
korean - Classifies a given Hangul character into one of the defined Hangul types.
- english_
input_ to_ korean - Arguments
- first_
letter_ check - Checks if the given character is a valid Korean initial consonant (choseong).
- last_
letter_ check - Checks if the given character is a valid Korean final consonant (jongseong).
- middle_
letter_ check - Checks if the given character is a valid Korean medial vowel (jungseong).
- syllable_
check - Determines the type of Korean syllable for a character.