refactored client, added reports

This commit is contained in:
ThetaDev 2022-09-12 16:26:09 +02:00
parent bb015561c1
commit 6cc927031a
22 changed files with 9091 additions and 1 deletions

View file

@ -6,7 +6,6 @@ mod macros;
#[cfg(test)]
mod codegen;
mod cache;
mod deobfuscate;
mod dictionary;
mod serializer;
@ -14,5 +13,8 @@ mod timeago;
mod util;
pub mod client;
pub mod client2;
pub mod download;
pub mod model;
pub mod cache;
pub mod report;