char-cli 0.1.0

an unicode escape tool
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.clap]
features = ["derive"]
version = "4.4.18"

[package]
authors = ["darkiiiiiice <darkiiiiiice@gmail.com>"]
categories = ["command-line-utilities"]
description = "an unicode escape tool"
edition = "2021"
homepage = "https://github.com/Darkiiiiiice/char-cli"
keywords = ["ascii", "unicode", "cli", "command"]
license = "MIT"
license-file = "LICENSE"
name = "char-cli"
readme = "README.md"
repository = "https://github.com/Darkiiiiiice/char-cli.git"
version = "0.1.0"