aboutsummaryrefslogtreecommitdiff
path: root/mingling_core/src/debug.rs
Commit message (Collapse)AuthorAgeFilesLines
* chore: remove stale doc comments魏曹先生45 hours1-1/+0
|
* chore: add "Doc Not Optimize" comments to source files魏曹先生2 days1-0/+1
| | | | | Mark all source files with a comment indicating they are not optimized for documentation purposes.
* docs: improve documentation, mark internal items as `#[doc(hidden)]`魏曹先生2026-06-271-0/+7
| | | | | | | | Add module-level docs for the hook system, enhance doc examples for macros with usage syntax, fix typos in cross-references, and hide internal debugging macros and mock types from public documentation
* Add missing articles and improve documentation魏曹先生2026-05-031-0/+12
|
* Add debug logging feature with env_logger integration魏曹先生2026-04-111-0/+104