new-rust-project 0.1.4

@ErichDonGubler's fancy template for new Rust projects
Documentation
#! /bin/sh
touch src/lib.rs && cargo clippy && cargo test --all && { cargo fmt -- --check || echo "\`cargo fmt\` failed" >&2; }