Simple template repository for creating projects you can both build as a standalone binary, or, run with rust-script or cargo-play.
Note that if you want to use the latter, you'll have to change the dependency format from
//! ```cargo
//! [dependencies]
//! structopt = "0.3"
//! log = "0.4"
//! simple_logger = "1.11"
//! ```
to
//# [dependencies]
//# structopt = "0.3"
//# log = "0.4"
//# simple_logger = "1.11"