FerrumCrimper - A fast, Rust-powered CLI tool for efficient file management, compression, and archival with support for multiple formats and secure data handling.
build:@echo"Building the program..."cargo build --release --verboserun:@echo"Running the program..."cargo run --releaseclean:@echo"Cleaning up..."cargo cleanall:clean build run