Better alternative to cargo new
.
git clone https://github.com/aodhneine/cargo-template.git
cd cargo-template
sudo ./install.sh
cargo template foo # creates a new binary project named 'foo'
cargo template --bin foo # same as the above
cargo template --lib bar # creates a new library project named 'bar'
cargo template --help # show usage and all options
Q: Why Perl and not Rust?
A: Because Perl is a superior language.