From c15c257af64a67e533258f419382668918f99607 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sat, 11 Apr 2026 22:44:23 +0800 Subject: Update documentation for features and examples --- mingling/src/lib.rs | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'mingling/src/lib.rs') 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::*; -- cgit