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

#2316 in Command line utilities

BSD-3-Clause

46KB
1K SLoC

redarrow-rs

Execute commands on remote servers.

build crates.io License

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–34MB
~565K SLoC