Cargofetch 🦀
Cargofetch is a lightweight CLI tool written in Rust that fetches metadata about your Rust project.

Installation
Install via Cargo (Rust's package manager)
If you have Cargo installed, you can easily install cargofetch by running the following command:
🍺 Homebrew (macOS)
Add homebrew tap and install cargofetch:
AUR
If you are using an Arch-based Linux distribution, you can install cargofetch from the AUR:
NIX flakes
If you are using Nix, you can install cargofetch using flakes:
Manual: You can download the pre-built binary for your platform from the releases page.
🔧 Building from Source
Automatic:
|
Manual:
The binary will be located in the target/release/ directory.
Acknowledgements
This projcet was inspired by neofetch and onefetch. Also, the ASCII art logo was also taken from onefetch.