pangu 0.3.0

Paranoid text spacing for good readability, to automatically insert whitespace between CJK (Chinese, Japanese, Korean) and half-width characters (alphabetical letters, numerical digits and symbols).
Documentation
[[bench]]
name = "spacing"
path = "benches/spacing.rs"

[dependencies.regex]
version = "1"

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

[package]
authors = ["airt <airtial@gmail.com>", "shenjackyuanjie <3695888@qq.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["text-processing"]
description = """
Paranoid text spacing for good readability, to automatically insert
whitespace between CJK (Chinese, Japanese, Korean) and half-width
characters (alphabetical letters, numerical digits and symbols).
"""
documentation = "https://docs.rs/pangu"
edition = "2024"
keywords = ["pangu", "spacing"]
license = "MIT/Apache-2.0"
name = "pangu"
readme = "readme.md"
repository = "https://github.com/airt/pangu-rs"
version = "0.3.0"

[[test]]
name = "spacing"
path = "tests/spacing.rs"