aboutsummaryrefslogtreecommitdiff
path: root/mingling/src/setups/repl_basic.rs
Commit message (Collapse)AuthorAgeFilesLines
* chore: add missing docs lint and document public API魏曹先生46 hours1-0/+2
| | | | | | | Add `#![deny(missing_docs)]` across multiple crates and fill in documentation for all public items, including struct fields, enum variants, trait methods, and proc macros. Also mark two shell scripts as executable.
* Redesign hook system with structured info types and ProgramControls魏曹先生2026-06-241-5/+6
|
* Change `ProgramSetup::setup` to consume `self` instead of borrow魏曹先生2026-06-011-4/+4
|
* Update doc examples and fix code references in setupsWeicao-CatilGrass2026-05-241-2/+2
|
* Refactor REPL hooks into modular setups and add new hook types魏曹先生2026-05-211-0/+86