摘要: toml [package] name = "tklog" version = "0.1.0" edition = "2021" [dependencies] tklog = "0.2.6" tokio = "1.40" log = "0.4" actix-web = "4" rs use acti 阅读全文
posted @ 2024-11-05 16:01 朝阳1 阅读(10) 评论(0) 推荐(0) 编辑
摘要: git地址 https://github.com/donnie4w/tklog toml [dependencies] tklog = "0.2.6" tokio = "1.40" log = "0.4" 结合系统自带的日志库 use std::{thread, time::Duration}; u 阅读全文
posted @ 2024-11-05 14:52 朝阳1 阅读(16) 评论(0) 推荐(0) 编辑