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
mod error;
mod generate;
mod graph;
mod misc;

pub use error::Error;
pub use error::Result;
pub use graph::Graph;
pub use graph::NodeIndex;