//! lib/src/lib.rs
//! A library for working with Hangul (Korean script) at the jamo, block,
//! word, and string levels.
/// A module for working with Hangul syllable blocks.
/// A module for working with Hangul jamo characters.
/// A module for working with strings mixing Hangul and non-Hangul characters.
/// A module for working with Hangul words.