cedict 0.3.0

Parser for the CC-CEDICT Chinese-English Dictionary
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies]

[package]
authors = ["Gokberk Yaltirakli <opensource@gkbrk.com>"]
categories = ["no_std", "parsing", "text-processing", "parser-implementations"]
description = "Parser for the CC-CEDICT Chinese-English Dictionary"
documentation = "https://docs.rs/cedict"
edition = "2021"
keywords = ["chinese", "dictionary", "cedict", "parser"]
license = "MIT"
name = "cedict"
readme = "README.md"
repository = "https://github.com/gkbrk/rust-cedict"
version = "0.3.0"