sejong 0.1.5

Sejong Buffer is a buffer that can receive ASCII bytes different from keyboard and send out UTF-32 Hangul string. This buffer allows deletion by Jamo.
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod final_consonant;
mod initial_consonant;
mod medial_vowel;
mod syllable;

use super::byte::*;
use final_consonant::*;
use initial_consonant::*;
use medial_vowel::*;

pub(crate) use syllable::Syllable;