ferrous-opencc 0.4.0

A pure Rust implementation of Open Chinese Convert (OpenCC), for fast and reliable conversion between Traditional and Simplified Chinese.
Documentation
{
	"name": "Simplified Chinese to Traditional Chinese",
	"segmentation": {
		"type": "mmseg",
		"dict": {
			"type": "ocd2",
			"file": "STPhrases.ocd2"
		}
	},
	"conversion_chain": [
		{
			"dict": {
				"type": "group",
				"dicts": [
					{
						"type": "ocd2",
						"file": "STPhrases.ocd2"
					},
					{
						"type": "ocd2",
						"file": "STCharacters.ocd2"
					}
				]
			}
		}
	]
}