rust-cate

![Crates.io] (https://img.shields.io/crates/v/rust-cate.svg)

cat in rust, you know, cate.

Also, in Rust we trust.

Disclaimer: this is not a complete reimplementation of cat in rust, it is very very naive implementation that may misbehave. Just like a cate would.

Example

$ echo "Some nice text" > myfile.txt
$ cate myfile.txt
Some nice text