30 releases
0.18.0 | Jun 1, 2023 |
---|---|
0.16.1 | Sep 24, 2021 |
0.16.0 | Mar 11, 2021 |
0.15.2 | Mar 7, 2020 |
0.8.3 | Dec 29, 2019 |
#2592 in Command line utilities
86 downloads per month
46KB
1K
SLoC
redarrow-rs
Execute commands on remote servers.
client example
let client = webclient::Client::new(host, 4205, command, arguments);
let result = client.run_command().await;
run server
export RUST_LOG="info"
redarrow-server -c misc/example.conf
run client
redarrow-client uptime
Dependencies
~17–32MB
~534K SLoC