wubi 0.4.0

Self-developed Wubi 86 encoder, dictionary, and dataset (PHF + FST, WASM-ready).
Documentation
1
2
3
4
5
6
7
8
//! Backward-compatible re-exports from [`crate::codec`].
//!
//! The actual definitions moved into `codec.rs` so they can be shared with
//! `build.rs` via `#[path]`. This module exists as a stable name path for
//! the public API — adopt directly importing from `crate::codec` going
//! forward.

pub use crate::codec::{Shape, Stroke, region_letter, shibie_ma};