AutoCorrrect for Rust
Automatically add whitespace between CJK (Chinese, Japanese, Korean) and half-width characters (alphabetical letters, numerical digits and symbols).
Other implements
- Ruby - auto-correct.
- Go - go-auto-correct.
- Rust - auto-correct.rs.
Features
- Auto add spacings between CJK (Chinese, Japanese, Korean) and English words.
- HTML content support.
Install
In your Cargo.toml
[]
= "0.1.1"
Usage
Use autocorrect::format to format plain text.
extern crate autocorrect;
Benchmark
Format
TODO
FormatHTML
TODO
License
This project under MIT license.