summaryrefslogtreecommitdiff
path: root/mingling
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-03-31 09:13:57 +0800
committer魏曹先生 <1992414357@qq.com>2026-03-31 09:13:57 +0800
commit5a56cfd5e5ee7cde191b4c4fb24c6d11638f75fa (patch)
tree63606d5614afb90f1604fedfc5cb173481e7e0e1 /mingling
parent10cf3bc067c095dfe315b060e6d8262eb017348a (diff)
Update project structure section in README
Diffstat (limited to 'mingling')
-rw-r--r--mingling/README.md7
1 files changed, 0 insertions, 7 deletions
diff --git a/mingling/README.md b/mingling/README.md
index 506d5ce..08434ba 100644
--- a/mingling/README.md
+++ b/mingling/README.md
@@ -56,13 +56,6 @@ Mingling abstracts command execution into the following parts:
3. **Renderer** - Stops the chain and prints the currently processed type to the terminal.
4. **Program** - Manages the lifecycle and configuration of the entire CLI application.
-## Project Structure
-
-The Mingling project consists of two main parts:
-
-- **[mingling/](mingling/)** - The core runtime library, containing type definitions, error handling, and basic functionality.
-- **[mingling_macros/](mingling_macros/)** - The procedural macro library, providing declarative macros to simplify development.
-
## License
This project is licensed under the MIT License.