Re-export all types from the crate root and remove the playlist sub-module

There's not much else in this crate and having it behind another module
decreases visibility.
This commit is contained in:
Sebastian Dröge
2021-11-18 15:00:01 +02:00
parent 3edf5d1c0f
commit 51fcb70113
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
use m3u8_rs::playlist::Playlist;
use m3u8_rs::Playlist;
use std::io::Read;
fn main() {