From 4cc73e20063b93bb484fdb5193fe7b3c9d25a0ce Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sat, 1 Aug 2026 22:06:43 +0800 Subject: docs: add detailed EXAMPLES module documentation --- mingling/src/docs/docsrs_examples.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 mingling/src/docs/docsrs_examples.md (limited to 'mingling/src/docs') diff --git a/mingling/src/docs/docsrs_examples.md b/mingling/src/docs/docsrs_examples.md new file mode 100644 index 0000000..34f3af9 --- /dev/null +++ b/mingling/src/docs/docsrs_examples.md @@ -0,0 +1,5 @@ +Example projects for `Mingling`, for learning how to use `Mingling` + +**NOTE:** + +This module is only enabled under the [`docs_rs`](./../feature/constant.MINGLING_DOCS_RS.html) feature, and serves as the `EXAMPLES` page under [docs.rs](https://docs.rs/mingling/latest/mingling/). -- cgit