3 unstable releases

new 0.2.0-beta.0 May 9, 2024
0.1.8 May 9, 2024
0.1.7 Apr 18, 2024

#161 in Debugging

Download history 536/week @ 2024-04-14 14/week @ 2024-04-21 1/week @ 2024-04-28 202/week @ 2024-05-05

753 downloads per month
Used in e-clients

Custom license

44KB
758 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–47MB
~680K SLoC