maelstrom-worker 0.14.0

The Maelstrom worker. This process executes jobs as directed by the broker.
1
2
3
4
5
mod github;
mod tcp;

pub use github::GitHubArtifactFetcher;
pub use tcp::TcpArtifactFetcher;