#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

#14 in #practice

Download history 118/week @ 2024-11-23 8/week @ 2024-11-30 14/week @ 2024-12-07

140 downloads per month

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