2 releases
0.1.1 | Dec 13, 2023 |
---|---|
0.1.0 | Dec 13, 2023 |
#1990 in Command line utilities
24 downloads per month
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() { .. }