### 📄 [中文](docs/README.zh.md) | 📄 [English](docs/README.en.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>Uuid</td>
<td><span style="color:green">√</span></td>
<td><span style="color:green">√</span></td>
<td><span style="color:green">√</span></td>
</tr>
<tr>
<td>Base64</td>
<td><span style="color:green">√</span></td>
<td><span style="color:green">√</span></td>
<td><span style="color:green">√</span></td>
</tr>
<tr>
<td>Algorithm</td>
<td><span style="color:green">√</span></td>
<td><span style="color:green">√</span></td>
<td><span style="color:green">√</span></td>
</tr>
<tr>
<td>GUI</td>
<td><span style="color:green">√</span></td>
<td><span style="color:green">×</span></td>
<td><span style="color:green">×</span></td>
</tr>
<tr>
<td>Image</td>
<td><span style="color:green">√</span></td>
<td><span style="color:green">√</span></td>
<td><span style="color:green">√</span></td>
</tr>
<tr>
<td>_</td>
<td><span style="color:red">×</span></td>
<td><span style="color:red">×</span></td>
<td><span style="color:red">×</span></td>
</tr>
</table>
# ✨ Features
```toml
[features]
std = []
alloc = []
fs = []
uuid_v4 = ["uuid/v4", "uuid/fast-rng", "uuid/macro-diagnostics", "uuid"]
base64 = []
algorithm = ["rand"]
ui = ["e-macros"]
macros = ["e-macros"]
images = ["image"]
http = ["reqwest"]
http-blocking = ["reqwest/blocking"]
http-json = ["reqwest/json"]
default = ["std"]
```
# 📖 Example
```toml
[dependencies]
e-utils = "0.3.0"
```
## `💡!important:`
# 🚀 fast running
# 🦊 Applied Projects
# 🔭 why need to e-utils?
# 🙋 Reference items and materials