使用rust实现的命令行工具,将一些平时需要使用到的功能使用Rust实现并集成在了一起。同时也借此项目学习Rust
rust编写的命令行工具
Usage: rust_cmd <COMMAND>
Commands:
base64 对文本或者文件进行 base64 编解码
date 对时间进行处理
json json进行格式化
photo 照片操作
files 文件操作
port_scanner 端口扫描器
help Print this message or the help of the given subcommand(s)
Options:
-h, --help
Print help (see a summary with '-h')
-V, --version
Print version