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
|
|
@ -12,7 +12,7 @@ use rand::Rng;
|
|||
use regex::Regex;
|
||||
use reqwest::{header, Client};
|
||||
use rustypipe::{
|
||||
model::{AudioCodec, FileFormat, VideoCodec, VideoPlayer},
|
||||
model::{traits::FileFormat, AudioCodec, VideoCodec, VideoPlayer},
|
||||
param::StreamFilter,
|
||||
};
|
||||
use tokio::{
|
||||
|
|
|
|||
Reference in a new issue