30 个版本
0.18.0 | 2023年6月1日 |
---|---|
0.16.1 | 2021年9月24日 |
0.16.0 | 2021年3月11日 |
0.15.2 | 2020年3月7日 |
0.8.3 | 2019年12月29日 |
#2592 在 命令行工具
86 每月下载量
46KB
1K SLoC
redarrow-rs
在远程服务器上执行命令。
客户端示例
let client = webclient::Client::new(host, 4205, command, arguments);
let result = client.run_command().await;
运行服务器
export RUST_LOG="info"
redarrow-server -c misc/example.conf
运行客户端
redarrow-client uptime
依赖项
~17–32MB
~534K SLoC