rust-pipe 0.1.1

Lightweight typed task dispatch from Rust to polyglot workers (TypeScript, Python, Go, Java, C#, Ruby, Elixir, Swift, PHP)
Documentation
1
2
3
4
#!/bin/bash
# Mock ssh that fails to connect
echo "ssh: connect to host failed: Connection refused" >&2
exit 255