awint_dag 0.8.0

DAG `awint` functionality
Documentation
mod eval;
mod lower;
pub(crate) mod meta;
mod node;
mod op_dag;

pub use node::OpNode;
pub use op_dag::OpDag;

pub use crate::common::PNode;