encoding-index-tradchinese 1.20141219.5

Index tables for traditional Chinese character encodings
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "encoding-index-tradchinese"
version = "1.20141219.5"
authors = ["Kang Seonghoon <public+rust@mearie.org>"]

description = "Index tables for traditional Chinese character encodings"
homepage = "https://github.com/lifthrasiir/rust-encoding"
readme = "../../../README.md"
license = "CC0-1.0"

[lib]
name = "encoding_index_tradchinese"
path = "lib.rs"

[dependencies.encoding_index_tests]
# TODO consider using dev-dependencies instead (Cargo issue #860)
version = "0.1.4"
path = "../tests"