cargo-turbofish

Crates.iocargo-turbofish
lib.rscargo-turbofish
version0.0.2
sourcesrc
created_at2022-03-22 10:56:41.862436
updated_at2022-03-27 04:34:58.075773
descriptionAdd turbofish to your project
homepage
repositoryhttps://github.com/btwiuse/cargo-turbofish
max_upload_size
id554629
size15,867
(btwiuse)

documentation

README

cargo-turbofish

Add foxes to your project, as inspired by this tweet.

installation

cargo install cargo-turbofish

usage

cargo turbofish

what does it actually do?

It takes

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

and turns it into

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

(Fox locations are chosen at random.)

Commit count: 0

cargo fmt