cargo-ruin

Crates.iocargo-ruin
lib.rscargo-ruin
version
sourcesrc
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
Cargo.toml error:TOML parse error at line 19, column 1 | 19 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
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