full2half 0.1.1

Library and CLI for converting full-width characters to half-width characters and vice versa.
Documentation
[[bin]]
name = "full2half"
path = "src/main.rs"

[dependencies.clap]
features = ["derive"]
version = "4.4.16"

[lib]
crate-type = ["lib"]
doc = true
doctest = true
name = "full2half"
path = "src/lib.rs"
test = true

[package]
authors = ["Pascal Schwietzer <contact@pschwietzer.dev>"]
categories = ["command-line-utilities"]
description = "Library and CLI for converting full-width characters to half-width characters and vice versa."
edition = "2021"
keywords = ["full-width", "half-width", "conversion", "characters", "unicode"]
license = "MIT"
name = "full2half"
readme = "README.md"
repository = "https://gitlab.com/pSchwietzer/full2half"
version = "0.1.1"