cargo-ruin

Crates.iocargo-ruin
lib.rscargo-ruin
version0.0.4
created_at2025-02-27 13:13:20.559294+00
updated_at2025-04-13 18:05:45.40454+00
descriptionRuins your project with different options
homepage
repository
max_upload_size
id1571686
size16,251
Illia Zhdanov (Gamer069)

documentation

README

cargo-ruin

This crate ruins your project by:

  • Replacing ? with unwrap()

  • Replacing expect() with unwrap()

  • Removing all newlines

  • Removing all tabs

Usage

just do

cargo ruin

without arguments does all of the above

but you can also specify arguments as shown in

cargo ruin --help

Why??

i made this crate because i kept typing

cargo ruin

instead of

cargo run

so i made cargo-ruin as a joke.

Inspiration

inspired by this reddit post

Feature suggestions

leave feature suggestions at this reddit post

Commit count: 0

cargo fmt