Crate m3u [−] [src]
A crate for reading and writing the M3U format.
The M3U format is considered the de facto standard for multimedia playlists.
There is no formal specification for the M3U format. This crate is implemented based on the rough description under the format's current wikipedia entry.
Reexports
pub extern crate url; |
Structs
Entries |
An iterator that yields |
EntryExt |
An entry with some associated extra information. |
EntryExts |
An iterator that yields |
ExtInf |
Extra information associated with an M3U entry. |
Reader |
A reader that reads the |
Url |
A parsed URL record. |
Writer |
A writer that accepts entries of type |
Enums
Entry |
An entry in an M3U multimedia playlist. |
EntryExtReaderConstructionError |
Errors that may occur when constructing a new |
ReadEntryExtError |
Errors that may occur when attempting to read an |
Functions
path_entry |
A helper function to simplify creation of the |
url_entry |
A helper function to simplify creation of the |
Type Definitions
EntryExtReader |
A |
EntryExtWriter |
A |
EntryReader |
A |
EntryWriter |
A |