2个版本
0.1.1 | 2024年7月4日 |
---|---|
0.1.0 | 2023年2月15日 |
#581 in 文本处理
9,290 每月下载量
在 7 个Crate中使用 (通过 charabia)
130KB
160 行
kvariants
A Rust crate wrapping https://github.com/hfhchan/irg/blob/master/kVariants.md made by @hfhchan. If you want to participate in improving this dictionary, don't hesitate to create an issue or submit a PR directly on the dictionary repository.
用法
use kvariants::KVARIANTS;
let c = '澚';
let kvariant = match KVARIANTS.get(&c) {
Some(kvariant) => kvariant.destination_ideograph,
None => c,
};
assert_eq!(kvariant, '澳');
从上游获取最新词典
词典文件已存入 dictionaries/source/
,可通过 bin/sync_dictionaries
进行更新。
依赖
~1.5–2.3MB
~35K SLoC