//! Input Method Editor (IME) support for CJK input.
//!//! This module provides IME handling for Japanese, Chinese, and Korean input.
modcandidate;pubmodplatform;modpreedit;modstate;pubusecandidate::{Candidate, CandidateList};pubusepreedit::{Preedit, PreeditSegment, SegmentStyle};pubusestate::{ImeEvent, ImeMode, ImeState};