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
#[cfg(feature = "soundcloud")]
pub mod soundcloud;
#[cfg(feature = "youtube")]
pub mod youtube;