Crate rustkorean

Crate rustkorean 

Source

Re-exports§

pub use compose_korean::compose_korean;
pub use compose_korean::create_double_consonant;
pub use enums::KoreanType;
pub use enums::SyllableType;

Modules§

compose_korean
enums

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.