rust-quickie 0.1.1

A CLI tool to quickly run single-file rust apps in a sandboxed environment
rust-quickie-0.1.1 is not a library.

rust-quickie

just pipe a rust file to the CLI tool and it'll run it in a temporary directory

dependencies

to add dependencies we use "//+ {dependency}" syntax so for example

//+ display_plus = "*"
//+ colourful = { git = "https://github.com/rookieCookies/colourful

fn main() { .. }