2025-01-14 20:38:40 -05:00
|
|
|
# cargo-goodgirl
|
|
|
|
|
|
|
|
Sometimes getting Rust projects to compile is hard! Wouldn't it be nice if your computer rewarded you by calling you a good girl?
|
|
|
|
|
|
|
|
## How it works
|
|
|
|
|
|
|
|
1. Install with `cargo install cargo-gg`
|
2025-01-14 20:41:38 -05:00
|
|
|
1. Use `gg` as a wrapper (e.g. `cargo gg run` to run your Rust project)
|
2025-01-14 20:38:40 -05:00
|
|
|
1. If your project fails to build, and then it succeeds, cargo will say "Good girl!"
|