2 个不稳定版本
0.2.0 | 2023年2月22日 |
---|---|
0.1.0 | 2020年7月12日 |
#4 in #多线程
9KB
202 行
另一个管道查看器
这是一个遵循 Packt 的 Rust 系统编程书籍的教育项目。该工具类似于 pv,并输出处理字节数和统计信息。
命令行参数
Yet Another Pipe Viewer
USAGE:
yapv [FLAGS] [OPTIONS] [infile]
FLAGS:
-h, --help Prints help information
-s, --silent Be silent. Also can set YAPV_SILENT for the effect
-V, --version Prints version information
OPTIONS:
-o, --outfile <outfile> Write to a file rather than stdout
ARGS:
<infile> Read from a file rather than stdin
这里有一个有趣的例子,让您有个概念
yes | target/release/yapv -o /dev/null
lib.rs
:
另一个管道查看器文档
依赖项
~3–13MB
~117K SLoC