music-player-scanner 0.1.9

The music library scanner for the music player
Documentation
1
2
3
4
5
6
7
8
9
fn main() {
    /*
    music_player_scanner::scan_directory(|song| {
        Box::new(tokio::spawn(async move {
            println!("{:?}", song);
        }))
    });
    */
}