aboutsummaryrefslogtreecommitdiff
path: root/dev_tools
Commit message (Collapse)AuthorAgeFilesLines
* Add PowerShell scripts for running Clippy on Rust projectsWeicao-CatilGrass2026-04-242-0/+12
|
* Rename and refactor clippy scripts魏曹先生2026-04-222-4/+2
|
* Add clippy scripts and apply clippy suggestions魏曹先生2026-04-203-13/+27
|
* Add HTTP server script for local docs preview魏曹先生2026-04-191-0/+2
|
* Rename refresh-examples to refresh-docs and add quiet flag魏曹先生2026-04-151-3/+10
|
* Update README and add docs README generation魏曹先生2026-04-141-40/+56
|
* Add script support to run-tools utilities魏曹先生2026-04-141-0/+3
| | | | | | The run-tools.ps1 and run-tools.sh scripts now support running both Rust binaries and shell scripts. They check dev_tools/scripts first, then dev_tools/src/bin. Also added a simple HTTP preview script.
* Trim trailing whitespace in generated examples fileWeicao-CatilGrass2026-04-121-1/+8
|
* Fix example doc comment indentation and header trimming魏曹先生2026-04-111-1/+1
|
* Add dev tools to generate example documentation魏曹先生2026-04-114-0/+174