piped 0.0.4

An API wrapper for the privacy friendly YouTube frontend called Piped.
Documentation
1
2
3
4
5
6
7
mod client;
mod error;
mod structure;

pub use client::PipedClient;
pub use error::{Error, Result};
pub use structure::*;