Skip to content

zhangblue/command-line-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

命令行工具

项目简介

使用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

About

使用rust实现的命令行工具

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages