#practice #cat #command #run #config #line #concatenates

bin+lib lncat

A cat like command line programm for me to practice Rust

1 unstable release

0.1.0 Nov 24, 2024

#12 in #practice

MIT license

5KB
51 lines

Utils used to create a cat like command

Here I implemented a Config struct to set the configs and a function called run to consume that struct.

No runtime deps