/// The purpose of this module is to alleviate imports of `xmrsplayer` parts.
///
/// ```
/// #![allow(unused_imports)]
/// use xmrsplayer::prelude::*;
/// ```
///
/// Exports both the top-level `XmrsPlayer` and the subscription API —
/// `PlayerObserver` (song-side events) and `MixObserver` /
/// `ChannelsObserver` (audio-side events). The built-in `DebugObserver`
/// is re-exported too when `std` is available.
pub use crate;
pub use crateChannelSnapshot;
pub use crate;
pub use crate;
pub use crateXmrsPlayer;
pub use crateDebugMidiObserver;
pub use crateDebugObserver;