5 releases

0.2.5 Aug 22, 2024
0.2.4 Aug 21, 2024
0.2.1 Jul 29, 2024
0.2.0-beta.0 May 9, 2024
0.1.7 Apr 18, 2024

#179 in Debugging

37 downloads per month
Used in 3 crates

Custom license

130KB
2.5K SLoC

📄 中文 | 📄 English

⚡ what this ?

This is a universal feature library that integrates convenient features

Support app

功能

Windows 10

Unix

Macos

panic

actix

tauri

log

tracing

_

×

×

×

✨ Features

[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 = []

📖 Example

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

💡!important:

🚀 fast running

🦊 Applied Projects

🔭 why need to e-utils?

🙋 Reference items and materials

Dependencies

~4–50MB
~750K SLoC