5 个版本
新 0.2.5 | 2024 年 8 月 22 日 |
---|---|
0.2.4 | 2024 年 8 月 21 日 |
0.2.1 |
|
0.2.0-beta.0 |
|
0.1.7 | 2024 年 4 月 18 日 |
#123 in 调试
1,898 每月下载量
用于 3 crates
130KB
2.5K SLoC
📄 中文 | 📄 英文
⚡这是什么?
这是一个集成方便功能的通用功能库
支持的应用
功能 |
Windows 10 |
Unix |
Macos |
---|---|---|---|
panic | √ |
√ |
√ |
actix | √ |
√ |
√ |
tauri | √ |
√ |
√ |
log | √ |
√ |
√ |
tracing | √ |
√ |
√ |
_ | × |
× |
× |
✨ 特性
[features]
backtrace = []
built = []
panic = [
"backtrace",
"tokio",
"tokio/sync",
"parking_lot",
"e-utils/dialog",
"windows-sys/Win32_System_Console",
"windows-sys/Win32_Foundation",
]
log-actix = ["env_logger", "log"]
tracing-actix = ["tracing-actix-web", "tracing"]
tracing-appender = [
"tracing-subscriber/fmt",
"tracing-subscriber/std",
"tracing-subscriber",
"thiserror",
"crossbeam-channel",
"time",
]
log-tauri = [
"log",
"log/kv_unstable",
"fern",
"byte-unit",
"serde_repr",
"tauri",
]
default = []
📖 示例
[dependencies]
e-log = { version = "0.1", default-features = false, features = ["log-tauri"] }
💡!重要:
🚀 运行速度快
🦊 应用项目
🔭为什么需要 e-utils?
🙋 参考资料
依赖项
~4–50MB
~746K SLoC