opencc-rust 1.1.15

Open Chinese Convert(OpenCC, 開放中文轉換) binding for the Rust language for conversion between Traditional Chinese and Simplified Chinese.
{
  "name": "New Japanese Kanji (Shinjitai) to Traditional Chinese Characters (Kyūjitai)",
  "segmentation": {
    "type": "mmseg",
    "dict": {
      "type": "ocd2",
      "file": "JPShinjitaiPhrases.ocd2"
    }
  },
  "conversion_chain": [{
    "dict": {
      "type": "group",
      "dicts": [{
        "type": "ocd2",
        "file": "JPShinjitaiPhrases.ocd2"
      }, {
        "type": "ocd2",
        "file": "JPShinjitaiCharacters.ocd2"
      }, {
        "type": "ocd2",
        "file": "JPVariantsRev.ocd2"
      }]
    }
  }]
}