1#![allow(incomplete_features)]
2// opt-out of using the unstable feature "async_fn_in_trait". See https://github.com/rust-lang/rust/issues/91611.
3#![cfg_attr(feature = "enable_afit", feature(async_fn_in_trait))]
4mod util;
5pub mod advertisement;
6pub mod session;
7pub use bluer;