Re-exports§
pub use connection::in_channel::InChannels;
pub use connection::in_channel::RecvErr;
pub use connection::information_packet::Content;
pub use connection::out_channel::OutChannels;
pub use connection::out_channel::SendErr;
pub use node::action::Action;
pub use node::action::EmptyAction;
pub use node::default_node::DefaultNode;
pub use utils::env::EnvVar;
pub use utils::output::Output;
pub use async_trait;
pub use tokio;
pub use node::node::*;
pub use graph::graph::*;
Modules§
Macros§
- dependencies
- The
dependencies!
macro allows users to specify all task dependencies in an easy-to-understand way. It will return the generated graph structure based on a set of defined dependencies
Attribute Macros§
- auto_
node - [
auto_node
] is a macro that may be used when customizing nodes. It can only be marked on named struct or unit struct.