From 5a56cfd5e5ee7cde191b4c4fb24c6d11638f75fa Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Tue, 31 Mar 2026 09:13:57 +0800 Subject: Update project structure section in README --- mingling/README.md | 7 ------- 1 file changed, 7 deletions(-) (limited to 'mingling') 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. -- cgit