#run #single-file #temp-dir #command-line-tool #temporary #cli #environment

app rust-quickie

A CLI tool to quickly run single-file rust apps in a sandboxed environment

2 releases

0.1.1 Dec 13, 2023
0.1.0 Dec 13, 2023

#1990 in Command line utilities

24 downloads per month

MIT license

4KB
54 lines

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() { .. }

No runtime deps