aboutsummaryrefslogtreecommitdiff
path: root/.run/src/bin/http-page-preview.sh
Commit message (Collapse)AuthorAgeFilesLines
* chore: add missing docs lint and document public API魏曹先生2026-07-201-0/+0
| | | | | | | 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.
* refactor(devtools): rename dev_tools to .run and replace run-tools魏曹先生2026-07-101-0/+2
scripts Replace the old run-tools.ps1/run-tools.sh scripts with a new unified run.ps1/run.sh launcher that supports multiple languages (PowerShell, Rust, Python, Go, C#, Nim, Perl, Ruby, Zig, and arbitrary binaries) from the `.run/src/bin` directory. Move all development tools from `dev_tools/` to `.run/`, update Cargo workspace config and relevant documentation references.