rust parser ; yaaayy i can now claim this project as fast.
This commit is contained in:
@@ -32,3 +32,8 @@ class Logger:
|
||||
print(f"[ INFO@{now} ]: {colorama.Fore.GREEN}{message}{colorama.Style.RESET_ALL}")
|
||||
else:
|
||||
print(f"[ INFO@{now} ]: {colorama.Fore.RED}{message}{colorama.Style.RESET_ALL}")
|
||||
|
||||
@staticmethod
|
||||
def log_rust_usage(message: str) -> None:
|
||||
now = time.strftime("%Y-%m-%d %H:%M:%S", time.localtime())
|
||||
print(f"{colorama.Fore.GREEN}[ RUST@{now} ]: {message}{colorama.Style.RESET_ALL}")
|
||||
|
||||
Reference in New Issue
Block a user