aboutsummaryrefslogtreecommitdiff
path: root/mingling_macros/README.md
diff options
context:
space:
mode:
authorWeicao-CatilGrass <1992414357@qq.com>2026-05-17 16:28:05 +0800
committerWeicao-CatilGrass <1992414357@qq.com>2026-05-17 16:28:05 +0800
commit2fc38db8c170452026120c25b0858ebf4e03ede1 (patch)
tree5e91c2ac080df39bf109f638349fe984682e2b2a /mingling_macros/README.md
parent6452ff44fd10b128ca3a219adf91bc65d42e4655 (diff)
Add README files for mingling_core and mingling_macros crates
Diffstat (limited to 'mingling_macros/README.md')
-rw-r--r--mingling_macros/README.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/mingling_macros/README.md b/mingling_macros/README.md
new file mode 100644
index 0000000..c0f7b9d
--- /dev/null
+++ b/mingling_macros/README.md
@@ -0,0 +1,16 @@
+<p align="center">
+ <a href="https://github.com/CatilGrass/mingling">
+ <img alt="Mingling" src="https://github.com/CatilGrass/mingling/raw/main/docs/res/pixel_icon_core_1024.png" width="30%">
+ </a>
+</p>
+<h1 align="center">Mìng Lìng - Macros</h1>
+
+# Intro
+
+ This crate is the macro impl of [`mingling`](https://crates.io/crates/mingling). Do not use it directly!
+
+ It provides the metaprogramming capabilities of **Mingling**. For details, please refer to the [**Mingling** API documentation](https://docs.rs/mingling/latest/mingling/) 😀
+
+# License
+
+ Licensed under the `MIT` or `APACHE` 2.0 license, consistent with [`mingling`](https://crates.io/crates/mingling).