Skip to main content

Crate add_space

Crate add_space 

Source

Re-exports§

pub use error::Error;
pub use error::Result;

Modules§

error

Enums§

State
Character state enum. 字符状态枚举

Functions§

add_space
Automatically add spaces between Chinese characters and English letters/digits. 自动在中文和英文/数字之间添加空格
state
Determine the state of a character. 判断字符的状态
state_is_letter_or_punctuation
Check if the state is letter or punctuation. 判断状态是否为字母或标点