From 2fc38db8c170452026120c25b0858ebf4e03ede1 Mon Sep 17 00:00:00 2001
From: Weicao-CatilGrass <1992414357@qq.com>
Date: Sun, 17 May 2026 16:28:05 +0800
Subject: Add README files for mingling_core and mingling_macros crates
---
mingling_core/README.md | 16 ++++++++++++++++
mingling_macros/README.md | 16 ++++++++++++++++
2 files changed, 32 insertions(+)
create mode 100644 mingling_core/README.md
create mode 100644 mingling_macros/README.md
diff --git a/mingling_core/README.md b/mingling_core/README.md
new file mode 100644
index 0000000..87ff6a9
--- /dev/null
+++ b/mingling_core/README.md
@@ -0,0 +1,16 @@
+
+
+
+
+
+Mìng Lìng - Core Library
+
+# Intro
+
+ This crate is the core implementation of [`mingling`](https://crates.io/crates/mingling). Do not use directly!
+
+ It provides the core scheduling capabilities of **Mingling**. For details, please refer to the [**Mingling** API Documentation](https://docs.rs/mingling/latest/mingling/) 😀
+
+# License
+
+ Consistent with [`mingling`](https://crates.io/crates/mingling), licensed under the `MIT` and `APACHE` dual license.
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 @@
+
+
+
+
+
+Mìng Lìng - Macros
+
+# 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).
--
cgit