//! `atspi` root crate, which may bring in various subcrates:
//! * `atspi_common` (required)
//! * `atspi_proxies` (with use of `proxies` feature flag)
//! * `atspi_connection` (with use of `connection` feature flag)
//! * `zbus` re-export (with use of `zbus` feature flag)
pub use *;
pub use atspi_proxies as proxy;
pub use atspi_connection as connection;
pub use AccessibilityConnection;
pub use zbus;