Add foxes to your project.
cargo install cargo-fox
cargo fox
It takes
rust fn main() { println!("Hello world!"); }
and turns it into
rust // a fox. fn main() { println!("Hello world!"); }
(Fox locations are chosen at random.)