rain_server 0.3.0-rc4

Distributed computational framework for large-scale task-based pipelines. Server and governor binaries.
1
2
3
4
5
6
7
8
9
pub mod data;
pub mod fs;
pub mod graph;
pub mod rpc;
pub mod state;
pub mod tasks;

pub use self::fs::workdir::WorkDir;
pub use self::state::{State, StateRef};