自动化工具
- https://github.com/j178/prek Better
pre-commit, re-engineered in Rust - https://github.com/korandoru/hawkeye Simple license header checker and formatter, in multiple distribution forms.
- https://github.com/direnv/direnv unclutter your .profile
- https://github.com/specstoryai/getspecstory Turn your AI development conversations into searchable, shareable knowledge.
其他
rust
- https://github.com/os-checker/os-checker 对 Rust 编写的代码运行一系列检查工具,并对结果进行报告和统计
- https://github.com/release-plz/release-plz Publish Rust crates from CI with a Release PR.
- https://github.com/cargo-bins/cargo-binstall Binary installation for rust projects.
- https://github.com/cross-rs/cross “Zero setup” cross compilation and “cross testing” of Rust crates
misc
- https://github.com/ast-grep/ast-grep A CLI tool for code structural search, lint and rewriting. Written in Rust
- https://github.com/rbakbashev/elfcat ELF visualizer. Generates HTML files from ELF binaries.
更多工具见:Missing Semester