aboutsummaryrefslogtreecommitdiff
path: root/dev_tools/src/bin/docs-code-box-fix.rs
Commit message (Collapse)AuthorAgeFilesLines
* refactor(devtools): rename dev_tools to .run and replace run-tools魏曹先生45 hours1-166/+0
| | | | | | | | | | | | 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.
* Add CI tooling and cargo alias `ci`Weicao-CatilGrass2026-05-091-5/+8
|
* Fix docs-code-box-fix doc comment魏曹先生2026-05-041-1/+0
|
* Apply clippy suggestions in chain related filesWeicao-CatilGrass2026-05-041-2/+1
|
* Add tool to fix blank lines around code blocks in Markdown魏曹先生2026-05-031-0/+165