diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-08-01 22:06:43 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-08-01 22:06:43 +0800 |
| commit | 4cc73e20063b93bb484fdb5193fe7b3c9d25a0ce (patch) | |
| tree | de5ce1e7bbc67cc9e2accdd703ff3a794115b0c0 /mingling/src/lib.rs | |
| parent | 3424b9783e77743ebe3d9d77ce25df4485ac31d0 (diff) | |
docs: add detailed EXAMPLES module documentation
Diffstat (limited to 'mingling/src/lib.rs')
| -rw-r--r-- | mingling/src/lib.rs | 2 |
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 { |
