diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-04-11 20:01:33 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-04-11 20:01:33 +0800 |
| commit | 2b13d75deb4ebe1adb93a91e17d2b4f8fcb1a5a6 (patch) | |
| tree | ef55004e86e3890bdc8ebd74ff6a4b8294302d4f /README.md | |
| parent | 42ea6bd257fb7aee15a514caf395b34d02b2728b (diff) | |
Add example projects section to README
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -71,6 +71,13 @@ 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. +Example Projects + +- **[`examples/example-basic/`](examples/example-basic/src/main.rs)** - A simple "Hello, World!" example demonstrating the most basic usage of a Dispatcher and Renderer. +- **[`examples/example-picker/`](examples/example-picker/src/main.rs)** - Demonstrates how to use a Chain to process and transform command arguments. +- **[`examples/example-general-renderer/`](examples/example-general-renderer/src/main.rs)** - Shows how to use a general renderer for different data types (e.g., JSON, YAML, TOML, RON). +- **[`examples/example-completion/`](examples/example-completion/src/main.rs)** - An example implementing auto-completion for the shell. + ## Next Steps You can read the following docs to learn more about the `Mingling` framework: |
