[][src]Crate sejong

Sejong Buffer takes English letters(Byte) that appears on standard keyboard and convert them to corresponding Hangul Jamos as in standard Korean 2-set keyboard. It can output complete Hangul Syllables as a UTF-32 string. It also allows deletion by Hangul Jamo.

Structs

Buffer

It is simply a vector of Syllable(private struct). See its methods to find examples.

Enums

Byte

This is the intermediate representation of the Buffer input. Its TryFrom implementations also act as input validators. Any input that is successfully converted to Byte is a valid modern Hangul Jamo.