| Crates.io | simplecc |
| lib.rs | simplecc |
| version | 0.2.2 |
| created_at | 2018-03-03 09:57:09.675554+00 |
| updated_at | 2019-01-22 07:11:43.005435+00 |
| description | A simple Chinese Convert library (partially) compatible with OpenCC's dictionaries. |
| homepage | |
| repository | https://github.com/sorz/simplecc-rs |
| max_upload_size | |
| id | 53559 |
| size | 1,109,956 |
A simple Chinese Convert library (partially) compatible with OpenCC's dictionaries.
Simple
No complex configurations, all need is a text dictionary and input text.
Built-in dictionaries included if builtin_dicts feature is on.
Fast
Using hashmap with tree structure, faster than original OpenCC.
This project is used on asstosrt-wasm.