[][src]Crate simplecc

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.

Modules

dicts

A set of built-in OpenCC dictionaries.

Structs

Dict

Dictionary to convert text.