diff options
| -rw-r--r-- | mingling/README.md | 7 |
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. |
