A neofetch alike program that shows hardware and distro information written in rust.
rust, libpci, clang (for rust to compile c)
Arch(pacman): pciutils clang
Debian(apt): libpci-dev clang
Coming soon
More instructions as to how to install rust here.
Either download a build here or compile it yourself.
$ make build
# make install
Note: You can use make install PREFIX=<prefix>
to change the prefix.