rust-pinyin
Change chinese sentence to pinyin initials
将汉字转成拼音首字母,用于自动完成的快捷拼音输入
Installation
Add this to your Cargo.toml:
[dependencies]
rust-pinyin = "0.1"
How to use:
use get_pinyin;
assert_eq!;
assert_eq!;
assert_eq!;
Change chinese sentence to pinyin initials
将汉字转成拼音首字母,用于自动完成的快捷拼音输入
Add this to your Cargo.toml:
[dependencies]
rust-pinyin = "0.1"
use get_pinyin;
assert_eq!;
assert_eq!;
assert_eq!;