1 unstable release

0.1.7 Apr 18, 2024
0.1.6 Apr 18, 2024

#181 in Debugging

Download history 546/week @ 2024-04-15

546 downloads per month
Used in e-clients

Custom license

44KB
754 lines

📄 中文 | 📄 English

⚡ what this ?

This is a universal feature library that integrates convenient features

Support app

APP

Windows 10

Unix

Macos

tauri

log

tracing

x

x

x

_

×

×

×

✨ Features

[features]
std = ["log"]
# trace = ["tracing"]
# trace-subscriber = ["tracing-subscriber"]
# trace-appender = ["tracing-appender"]
_tauri = [
  "std",
  "time",
  "log/kv_unstable",
  "fern",
  "byte-unit",
  "serde_repr",
  "tauri",
]
tauri-colored = ["fern/colored"]
default = ["std"]

📖 Example

[dependencies]
e-log = { version = "0.1", default-features = false, features = ["_tauri"] }

💡!important:

🚀 fast running

🦊 Applied Projects

🔭 why need to e-utils?

🙋 Reference items and materials

Dependencies

~4–49MB
~675K SLoC