logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Generate Rust Reports - Cargo Report | Online Free DevTools by Hexmos

Generate comprehensive Rust reports with Cargo Report. Analyze future incompatibilities and package dependencies with this powerful command-line tool. Free online tool, no registration required.

cargo-report

Display various kinds of reports. More information: https://doc.rust-lang.org/cargo/commands/cargo-report.html.

  • Display a report of crates which will eventually stop compiling:

cargo report future-incompatibilities

  • Display a report with the specified Cargo-generated ID:

cargo report future-incompatibilities --id {{id}}

  • Display a report for the specified package:

cargo report future-incompatibilities {{[-p|--package]}} {{package}}

See Also