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 docker that fails on "run" command
echo "Error: image not found" >&2
exit 1