aboutsummaryrefslogtreecommitdiff
path: root/mingling/src/lib.rs
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-08-01 22:06:43 +0800
committer魏曹先生 <1992414357@qq.com>2026-08-01 22:06:43 +0800
commit4cc73e20063b93bb484fdb5193fe7b3c9d25a0ce (patch)
treede5ce1e7bbc67cc9e2accdd703ff3a794115b0c0 /mingling/src/lib.rs
parent3424b9783e77743ebe3d9d77ce25df4485ac31d0 (diff)
docs: add detailed EXAMPLES module documentation
Diffstat (limited to 'mingling/src/lib.rs')
-rw-r--r--mingling/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mingling/src/lib.rs b/mingling/src/lib.rs
index 7dbd018..7363a6d 100644
--- a/mingling/src/lib.rs
+++ b/mingling/src/lib.rs
@@ -172,7 +172,7 @@ pub use mingling_macros::Grouped;
#[cfg(feature = "structural_renderer")]
pub use mingling_macros::StructuralData;
-/// Example projects for `Mingling`, for learning how to use `Mingling`
+#[doc = include_str!("docs/docsrs_examples.md")]
#[cfg(all(feature = "core", feature = "docs_rs"))]
#[allow(nonstandard_style)]
pub mod EXAMPLES {