opencc-rust 1.1.17

Open Chinese Convert(OpenCC, 開放中文轉換) binding for the Rust language for conversion between Traditional Chinese and Simplified Chinese.
Documentation
{
  "name": "Traditional Chinese (Taiwan standard) to Simplified Chinese (with phrases)",
  "segmentation": {
    "type": "mmseg",
    "dict": {
      "type": "ocd2",
      "file": "TSPhrases.ocd2"
    }
  },
  "conversion_chain": [{
    "dict": {
      "type": "group",
      "dicts": [{
        "type": "ocd2",
        "file": "TWPhrasesRev.ocd2"
      }, {
        "type": "ocd2",
        "file": "TWVariantsRevPhrases.ocd2"
      }, {
        "type": "ocd2",
        "file": "TWVariantsRev.ocd2"
      }] 
    }
  }, {
    "dict": {
      "type": "group",
      "dicts": [{
        "type": "ocd2",
        "file": "TSPhrases.ocd2"
      }, {
        "type": "ocd2",
        "file": "TSCharacters.ocd2"
      }]
    }
  }]
}