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

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

and turns it into

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

(Fox locations are chosen at random.)