Rename AsyncClient to Client

This commit is contained in:
xmppftw xmppftw 2024-08-06 21:00:11 +02:00
commit 0b58561003
10 changed files with 16 additions and 12 deletions

View file

@ -26,7 +26,7 @@ mod client;
pub mod connect;
pub mod proto;
pub use client::async_client::Client as AsyncClient;
pub use client::async_client::Client;
mod component;
pub use crate::component::Component;
/// Detailed error types