<img src="public/ico/white_64x64.ico" alt="e-utils"/>
### 📄 [中文](docs/README.zh.md) | 📄 [English](README.md)
# ⚡ what this ?
**This is a universal feature library that integrates convenient features**
### Support app
<table style="background:#000">
<tr>
<th><h3 style="color:#fff">APP</h3></th>
<th><h3 style="color:#fff">Windows 10</h3></th>
<th><h3 style="color:#fff">Unix</h3></th>
<th><h3 style="color:#fff">Macos</h3></th>
</tr>
<tr>
<td>tauri</td>
<td><h4 style="color:green">√</h4></td>
<td><h4 style="color:green">√</h4></td>
<td><h4 style="color:green">√</h4></td>
</tr>
<tr>
<tr>
<td>log</td>
<td><h4 style="color:green">√</h4></td>
<td><h4 style="color:green">√</h4></td>
<td><h4 style="color:green">√</h4></td>
</tr>
<tr>
<td>tracing</td>
<td><h4 style="color:green">x</h4></td>
<td><h4 style="color:green">x</h4></td>
<td><h4 style="color:green">x</h4></td>
</tr>
<tr>
<tr>
<td>_</td>
<td><h4 style="color:red">×</h4></td>
<td><h4 style="color:red">×</h4></td>
<td><h4 style="color:red">×</h4></td>
</tr>
</table>
# ✨ Features
```toml
[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
```toml
[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