//! 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.
pubusecrate::process::*;pubusecrate::*;