rain_server 0.3.0-rc3

Distributed computational framework for large-scale task-based pipelines. Server and governor binaries.
1
2
3
4
5
6
7
pub mod graph;
pub mod http;
pub mod logging;
pub mod rpc;
pub mod scheduler;
pub mod state;
pub mod testmode;