refactor!: refactored response models
doc: documented all public methods
This commit is contained in:
parent
4c1876cb55
commit
f526ab38eb
37 changed files with 600 additions and 255 deletions
|
|
@ -1,9 +1,5 @@
|
|||
//! # RustyPipe
|
||||
//!
|
||||
//! Client for the public YouTube / YouTube Music API (Innertube),
|
||||
//! inspired by [NewPipe](https://github.com/TeamNewPipe/NewPipeExtractor).
|
||||
|
||||
#![warn(clippy::todo, clippy::dbg_macro)]
|
||||
#![doc = include_str!("../README.md")]
|
||||
#![warn(missing_docs, clippy::todo, clippy::dbg_macro)]
|
||||
|
||||
#[macro_use]
|
||||
mod macros;
|
||||
|
|
|
|||
Reference in a new issue