dge-gen 0.2.0

Crate for building a computational graph to be executed distributely
Documentation
1
2
3
4
5
6
7
8
9
10
mod rust;

mod main;
mod aggregate;
mod fan_out;
mod user_handler;
mod init_exchanges_and_queues;
mod poll;

pub(crate) mod graph;