librmo 0.4.4

A library to manage media files and play them
Documentation
1
2
3
4
pub fn get_version() -> String {
    const VERSION: &str = env!("CARGO_PKG_VERSION");
    return VERSION.to_string();
}