#byte-slice #print #compatible #concatenate #format #txt #cat

app rcat

以Rust字节切片兼容格式连接并打印文件

5个稳定版本

使用旧的Rust 2015

2.0.4 2018年3月2日
2.0.3 2017年8月17日
2.0.2 2017年2月28日

#8 in #concatenate

28 每月下载量

MIT/Apache

5KB
83 代码行数(不含注释)

rcat

以Rust字节切片兼容格式连接并打印文件。

安装

cargo install rcat

用法

$ cat foo.txt
Hello world! 👋🌎
$ rcat foo.txt
Hello world! \xf0\x9f\x91\x8b\xf0\x9f\x8c\x8e\n
$ rcat --quote foo.txt
b"Hello world! \xf0\x9f\x91\x8b\xf0\x9f\x8c\x8e\n"

依赖项

~750KB