zbus 3.3.0

API for D-Bus communication
Documentation
1
2
3
4
5
6
7
8
9
/// This mod contains a bunch of abstractions.
///
/// These abstractions allow us to make use of the appropriate API depending on which features are
/// enabled.
mod executor;
pub use executor::*;
#[doc(hidden)]
pub mod async_channel;
pub(crate) mod async_lock;