chinese-variant 1.1.3

An enum to represent the variants of the Chinese Language.
Documentation
[package]
name = "chinese-variant"
version = "1.1.3"
authors = ["Magic Len <len@magiclen.org>"]
edition = "2021"
rust-version = "1.60"
repository = "https://github.com/magiclen/chinese-variant"
homepage = "https://magiclen.org/chinese-variant"
keywords = ["chinese", "variant", "simple", "traditional"]
categories = ["localization"]
description = "An enum to represent the variants of the Chinese Language."
license = "MIT"
include = ["src/**/*", "Cargo.toml", "README.md", "LICENSE"]

[dependencies]
enum-ordinalize = { version = "4", optional = true }

[features]
default = []

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]