cargo-spellcheck

Checks Rust documentation for spelling and grammar mistakes

brewmacoslinux
Try with needOr install directly
Source

About

Checks rust documentation for spelling and grammar mistakes

Commands

cargo-spellcheck

Examples

Check spelling in current Rust project's documentation$ cargo spellcheck
Check specific file for spelling errors$ cargo spellcheck check src/lib.rs
Fix spelling errors interactively$ cargo spellcheck fix