Crates.io | rust-quickie |
lib.rs | rust-quickie |
version | 0.1.1 |
source | src |
created_at | 2023-12-13 16:38:34.176915 |
updated_at | 2023-12-13 16:55:25.497277 |
description | A CLI tool to quickly run single-file rust apps in a sandboxed environment |
homepage | https://github.com/rookieCookies/rust-quickie |
repository | https://github.com/rookieCookies/rust-quickie |
max_upload_size | |
id | 1068186 |
size | 9,540 |
just pipe a rust file to the CLI tool and it'll run it in a temporary directory
to add dependencies we use "//+ {dependency}" syntax so for example
//+ display_plus = "*"
//+ colourful = { git = "https://github.com/rookieCookies/colourful
fn main() { .. }