Fixed rustdoc formatting errors when processing deleted files.
Full changelog
Cargo subcommands that automate the tedious parts of Rust development and speed up the slow parts - documentation formatting, toolchain management, and build optimization. Install with cargo install r3bl-build-infra.
- :memo: cargo-rustdoc-fmt - Format markdown tables and convert inline links to reference-style in rustdoc comments.
v0.0.5 (2026-02-17)
Handle deleted files gracefully in cargo rustdoc-fmt.
Fixed:
- Files reported by
git diffthat no longer exist on disk (e.g., deleted or renamed files) caused errors. Now filters them out before processing and reports skipped files to the user.
Coming Soon :rocket:
cargo-monitor- Unified development workflow automation (Rust port ofcheck.fishandrust-toolchain*.fish)