dptree 0.5.1

An asynchronous event dispatch mechanism for Rust
Documentation
1
2
3
4
//! Commonly used items.

pub use crate::{di::DependencyMap, Endpoint, Handler};
pub use std::ops::ControlFlow;