riva 0.1.0

Provider-agnostic Rust library for extracting normalized media stream metadata from SoundCloud and YouTube via async helpers.
Documentation
1
2
3
4
5
6
7
8
9
mod extractor;
mod models;
mod normalize;
mod signature;
mod validator;

pub use extractor::{RivaError, extract_streams};
pub use models::StreamInfo;
pub use normalize::normalize_video_id;