redarrow 0.11.5

Execute commands on remote servers.
Documentation

redarrow-rs

Execute commands on remote servers.

crates.io License

client example

let client = webclient::Client::new(host, 4205, command, arguments);
let result = client.run_command();

run server

# export RUST_LOG="actix_web=info,redarrow_server=info"
export RUST_LOG="info"
redarrow-server -c misc/example.conf

run client

redarrow-client uptime