xmrsplayer 0.9.11

XMrsPlayer is a safe no-std soundtracker music player
Documentation
1
2
3
4
5
6
7
8
/// The purpose of this module is to alleviate imports of XmrsPlayer module parts
///
/// ```
/// #![allow(unused_imports)]
/// use xmrsplayer::prelude::*;
/// ```
///
pub use crate::xmrsplayer::XmrsPlayer;