From ed12c2dd3608588cc5a6c1ee250735bb0414de7f Mon Sep 17 00:00:00 2001 From: mat Date: Sat, 28 Mar 2026 15:28:47 -0630 Subject: add StartClientOpts::new_with_appexit_rx --- azalea/src/lib.rs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'azalea/src/lib.rs') diff --git a/azalea/src/lib.rs b/azalea/src/lib.rs index 1ce7e5e6..3be74b9e 100644 --- a/azalea/src/lib.rs +++ b/azalea/src/lib.rs @@ -56,7 +56,11 @@ pub use builder::ClientBuilder; use futures::future::BoxFuture; pub use join_opts::JoinOpts; -pub use crate::{client_impl::Client, entity_ref::EntityRef, events::Event}; +pub use crate::{ + client_impl::{Client, StartClientOpts}, + entity_ref::EntityRef, + events::Event, +}; pub type BoxHandleFn = Box BoxFuture<'static, R> + Send>; pub type HandleFn = fn(Client, Event, S) -> Fut; -- cgit v1.2.3