vsd 0.5.0

A command-line utility and library for downloading streams from DASH manifests and HLS playlists.
Documentation
1
2
3
4
5
pub mod parser;
pub(crate) mod selector;

pub use parser::FormatExpr;
pub use selector::{SelectType, select};