unicode-range 0.1.0

UnicodeRange is a Rust library for parsing and stringifying Unicode ranges. It provides functionality to convert a string representation of Unicode ranges into a vector of code points and vice versa.
Documentation
[dependencies]

[lib]
name = "unicode_range"
path = "src/lib.rs"

[package]
authors = ["KonghaYao<3446798488@qq.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "UnicodeRange is a Rust library for parsing and stringifying Unicode ranges. It provides functionality to convert a string representation of Unicode ranges into a vector of code points and vice versa."
edition = "2021"
homepage = "https://chinese-font.netlify.app/"
license = "Apache-2.0"
name = "unicode-range"
readme = "README.md"
repository = "https://github.com/konghaYao/cn-font-split"
version = "0.1.0"