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

程序 rust-quickie

一个 CLI 工具,可以快速在沙箱环境中运行单个 Rust 应用程序

2 个版本

0.1.1 2023 年 12 月 13 日
0.1.0 2023 年 12 月 13 日

#1233命令行工具

MIT 许可证

4KB
54

rust-quickie

只需将 Rust 文件管道到 CLI 工具中,它就会在临时目录中运行它

依赖项

为了添加依赖项,我们使用 "//+ {dependency}" 语法,例如

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

fn main() { .. }

无运行时依赖项