fix: improved timeago performance
This commit is contained in:
parent
cc63477406
commit
500ea77788
8 changed files with 3064 additions and 1088 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Reference in a new issue