mp3-duration
This crate has only one purpose: determining the playback duration of mp3 files.
Example
use Path;
use File;
use mp3_duration;
let path = new;
let file = open.unwrap;
let duration = from_file.unwrap;
println!;
This crate has only one purpose: determining the playback duration of mp3 files.
use Path;
use File;
use mp3_duration;
let path = new;
let file = open.unwrap;
let duration = from_file.unwrap;
println!;