diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-04-11 22:28:26 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-04-11 22:28:26 +0800 |
| commit | dc501290f7b25b72edf8c67555b5604ac5fc8a59 (patch) | |
| tree | b6c4064e46ddef919a561a846c9770f432f821d2 /mingling_core | |
| parent | d6f0e3f8f97a27a464d9610500c29fb817a2ef88 (diff) | |
Add dev tools to generate example documentation
Diffstat (limited to 'mingling_core')
| -rw-r--r-- | mingling_core/src/lib.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mingling_core/src/lib.rs b/mingling_core/src/lib.rs index b4124a9..2c5cf55 100644 --- a/mingling_core/src/lib.rs +++ b/mingling_core/src/lib.rs @@ -51,9 +51,12 @@ pub mod setup { #[doc(hidden)] pub mod builds; + +/// Provides build scripts for users pub mod build { #[cfg(feature = "comp")] pub use crate::builds::comp::*; } +/// Provided for framework developers pub mod debug; |
