//! Async Rust client for the Asterisk REST Interface (ARI).
//!//! ARI provides full call control through a REST API combined with
//! a WebSocket event stream for Stasis applications.
pubmodclient;pubmodconfig;pubmoderror;pubmodevent;pubmodresources;pubmodwebsocket;pubuseclient::AriClient;pubuseconfig::AriConfig;pubuseerror::AriError;pubuseevent::AriEvent;