crb 0.0.38

CRB | Composable Runtime Blocks
Documentation
pub mod agent {
    pub use crb_agent::*;
    pub use crb_runtime::{InteractiveTask, ManagedContext, ReachableContext, Task};
}

pub mod core {
    pub use crb_core::*;
}

pub mod runtime {
    pub use crb_runtime::*;
}

pub mod send {
    pub use crb_send::*;
}

pub mod superagent {
    pub use crb_superagent::*;
}