fix: improved timeago performance

This commit is contained in:
ThetaDev 2022-09-05 14:33:04 +02:00
parent cc63477406
commit 500ea77788
8 changed files with 3064 additions and 1088 deletions

View file

@ -6,9 +6,10 @@ mod macros;
mod cache;
mod deobfuscate;
mod serializer;
mod timeago;
mod util;
mod dictionary;
pub mod client;
pub mod download;
pub mod model;
pub mod timeago;