2 个不稳定版本

0.2.3 2023年11月26日
0.1.0 2021年7月20日

#1426命令行工具

MIT/Apache

19KB
269

runrs

运行 Rust 脚本

安装

cargo install --git https://git.hatter.ink/hatter/runrs runrs

环境变量

环境键 环境值
HOME 用户主目录,默认由操作系统系统提供
LOGGER 日志记录器,* 用于详细输出
RUNRS_SKIP_CACHE 跳过编译的缓存文件,bool,开启 trueyeson1
RUNRS_REBUILD 强制重新构建,bool
RUNRS_SILENT_BUILD 以静默模式构建新二进制文件,bool
RUNRS_RUST_SCRIPT rust_script 命令行二进制文件
RUNRS_MAX_SCRIPT_LEN 最大脚本长度,默认 1MB

可运行的二进制文件

  • ~/.cargo/bin/runrs
  • ~/.cargo/bin/rust-script

简单调用 rust-script (https://github.com/fornwall/rust-script).

依赖

~4–16MB
~242K SLoC