//! dbus-crossroads is a framework for quickly implementing interfaces on object paths, i e
//! server side.
//!
//! To get started, you can jump into the commented examples,
//! one for [sync](https://github.com/diwic/dbus-rs/blob/master/dbus-crossroads/examples/server_cr.rs)
//! one for [async (dbus-tokio)](https://github.com/diwic/dbus-rs/blob/master/dbus-tokio/examples/tokio_server_cr.rs),
//! and one [slightly more advanced](https://github.com/diwic/dbus-rs/blob/master/dbus-tokio/examples/tokio_adv_server_cr.rs),
//! or familiarize yourself using this API reference.
pub use MethodErr as MethodErr;
pub use Context;
pub use PropContext;
pub use ;
pub use ;