spurs 0.9.1

Utilities for setting up and running experiments remotely
Documentation

spurs is a library for executing commands remotely over SSH. I created it in an effort to automate setup and experimentation on a cluster of machines.

spurs prioritizes ergonomics over performance. It is not a high-performance way of getting stuff done in a cluster.

spurs takes heavy inspiration from the python spur.py library, which is amazing. At some point, though, my scripts were so big that python was getting in my way, so I created spurs to allow me to build my cluster setup/experiments scripts/framework in rust, with much greater productivity and refactorability.