# cargo-turbofish Add foxes to your project, as inspired by [this tweet](https://twitter.com/ImogenBits/status/1466915038464200709). ## 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.)