catr 0.1.2

A fully functional clone of the GNU concat tool built completely in Rust.
Documentation
[dependencies.colored]
version = "2.0.0"

[package]
authors = ["Frank Pereny"]
description = "A fully functional clone of the GNU concat tool built completely in Rust."
edition = "2021"
license = "GPL-3.0-only"
name = "catr"
readme = "README.md"
repository = "https://github.com/fjpereny/rust-cat"
version = "0.1.2"

[profile.release]
codegen-units = 1
lto = true
opt-level = "z"
panic = "abort"
strip = true