diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-04-11 22:44:23 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-04-11 22:44:23 +0800 |
| commit | c15c257af64a67e533258f419382668918f99607 (patch) | |
| tree | 6dc73ce163ce15cddc89bb05b0074aeb501bc831 /mingling/src | |
| parent | 38db623bb893ad76fb810219a4f6229e012febf7 (diff) | |
Update documentation for features and examples
Diffstat (limited to 'mingling/src')
| -rw-r--r-- | mingling/src/lib.rs | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/mingling/src/lib.rs b/mingling/src/lib.rs index 2bd6b58..046f281 100644 --- a/mingling/src/lib.rs +++ b/mingling/src/lib.rs @@ -51,8 +51,13 @@ //! ``` //! //! # Features -//! - `parser` enables the `mingling::parser` module [More](./docs/parser/index.html) -//! - `general_renderer` adds support for serialized output formats such as JSON and YAML +//! - `comp` enables command completion functionality, see [example](_mingling_examples/example_completion/index.html) for details +//! - `parser` enables the `mingling::parser` module, see [example](_mingling_examples/example_picker/index.html) for details +//! - `general_renderer` adds support for serialized output formats such as JSON and YAML, see [example](_mingling_examples/example_general_renderer/index.html) for details +//! +//! # Examples +//! `Mingling` provides detailed usage examples for your reference. +//! See [Examples](_mingling_examples/index.html) // Re-export Core lib pub use mingling::*; |
