nodify 0.1.0

A small crate providing utilies to explore graph (boosted by Rayon)
Documentation
1
2
3
4
5
6
7
8
//! The nodify prelude
//!
//! The nodify prelude imports the various process implementations. The intention is that one can
//! include `use nodify::prelude::*` and have easy access to the various traits and methods you
//! will need.

pub use crate::process::*;
pub use crate::*;