simplecc 0.1.1

A simple Chinese Convert library (partially) compatible with OpenCC's dictionaries.
Documentation

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

    Use hashmap with tree structure for dictionary, faster than original OpenCC.

This project is used on asstosrt-wasm.