Simple rust CLI tool to quickly gather some useful hardware and software information. This is not meant to be a glorious do all tool, just something that can grab useful information and dump it to the terminal. Yes there are other tools that can do this. I am aware.
##**DEPENDENCIES**
* Linux : the code is written to presume linux kernel /proc/ paths and other linux tools.
* nmcli : this is for grabbing network related data
##**QUICK INSTALLATION**
To install this application you can use cargo to do all the work: