simplecc

Crates.iosimplecc
lib.rssimplecc
version0.2.2
sourcesrc
created_at2018-03-03 09:57:09.675554
updated_at2019-01-22 07:11:43.005435
descriptionA simple Chinese Convert library (partially) compatible with OpenCC's dictionaries.
homepage
repositoryhttps://github.com/sorz/simplecc-rs
max_upload_size
id53559
size1,109,956
Shell Chen (sorz)

documentation

README

simplecc

Travis Build Status crates.io API docs

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.

Commit count: 24

cargo fmt