#base64 #text #encode #decode #codec #cli-tool

app base64_text

Base64 字符串编码和解码的 CLI 工具

2 个版本

0.1.2 2023 年 6 月 2 日
0.1.0 2023 年 5 月 21 日

117#base64

MIT 许可协议

28KB
601

将 Excel 文件转换为 CSV 文件

Crates.io Rust license

安装

cargo install base64_text
Base64 Encoder/Decoder 1.0
Addrew Ryan <[email protected]>
A CLI tool for encoding and decoding Base64 strings

USAGE:
    base64_text.exe [OPTIONS]

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

OPTIONS:
    -d, --decode <STRING>    Decode a string from Base64 format
    -e, --encode <STRING>    Encode a string in Base64 format

依赖关系

~1MB
~11K SLoC