#cli-tool #single-file #temporary #run #apps #quickly #sandboxed

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

#837 in Command line utilities

37 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