EDL
A very simple library to parse EDL (edit decision list) files.
Usage
Add the edl crate to your Cargo.toml.
[]
= "1"
let mut f = open.unwrap;
let mut data = Stringnew;
f.read_to_string.unwrap;
let mut entries = parse?;
entries.sort_by_key;
Attention
Any read EDL contents passed to the parse function must have
CRLF line endings!