Crates.io | cargo-fox |
lib.rs | cargo-fox |
version | 0.0.1 |
source | src |
created_at | 2021-12-04 21:21:05.88927 |
updated_at | 2021-12-05 16:06:50.267417 |
description | Add foxes to your project |
homepage | |
repository | https://github.com/winterqt/cargo-fox |
max_upload_size | |
id | 492387 |
size | 16,063 |
Add foxes to your project.
cargo install cargo-fox
cargo fox
It takes
fn main() {
println!("Hello world!");
}
and turns it into
// a fox.
fn main() {
println!("Hello world!");
}
(Fox locations are chosen at random.)