cargo-fox

Crates.iocargo-fox
lib.rscargo-fox
version0.0.1
sourcesrc
created_at2021-12-04 21:21:05.88927
updated_at2021-12-05 16:06:50.267417
descriptionAdd foxes to your project
homepage
repositoryhttps://github.com/winterqt/cargo-fox
max_upload_size
id492387
size16,063
Winter (winterqt)

documentation

README

cargo-fox

Add foxes to your project.

installation

cargo install cargo-fox

usage

cargo fox

what does it actually do?

It takes

fn main() {
    println!("Hello world!");
}

and turns it into

// a fox.
fn main() {
    println!("Hello world!");
}

(Fox locations are chosen at random.)

Commit count: 7

cargo fmt