wang_utils_command 0.6.3

个人使用的rust工具库
Documentation
1
2
3
4
5
6
//! 命令行相关工具
#![cfg_attr(docsrs, feature(doc_cfg))]

extern crate self as wang_utils_command;
mod execute_async;
pub use execute_async::*;