wubi/stroke.rs
1//! Backward-compatible re-exports from [`crate::codec`].
2//!
3//! The actual definitions moved into `codec.rs` so they can be shared with
4//! `build.rs` via `#[path]`. This module exists as a stable name path for
5//! the public API — adopt directly importing from `crate::codec` going
6//! forward.
7
8pub use crate::codec::{Shape, Stroke, region_letter, shibie_ma};